adem0x / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

string content in french language changes in print instruction when i save #753

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. new file lambdalambala.py
2. add a line in main() => print("l'année est 2013")
3. save the file
4. launch lambdalambala.py, result is as expected
4. close and open the file again, the last instruction became: 
print("l'année est 2013")

What is the expected output? What do you see instead?
I believed that the code content should stay the same when I closed and opened 
again the file. Actually, as long as I keep my file.py open the situation is 
good, but when I close and open the file again, all strings in print are not 
encoding in the french style that I'd at the beginning.

What version of the product are you using? On what operating system?
I use pyscripter version 2.5.3.0 X64 on Window 7.

Please provide any additional information below.
I think it's all, thanks for helping me!

Original issue reported on code.google.com by xavier.s...@gmail.com on 11 Nov 2013 at 8:51