adem0x / pyscripter

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

Umlaute ä, ö and ü scrambled in Pyscriptor when re-opening program file #761

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. list = ['ähhh']
2. save program and open it again
3. list = ['ähhh']

What is the expected output? What do you see instead?
I expect that the list stays the same even if I save and re-open the program:
list = ['ähhh'] #that's how it should look when I open the file
list = ['ähhh'] #this is what I get when I open the file

What version of the product are you using? On what operating system?
Pyscriptor: 2.5.3.0 x64
OS: Windows 8.1

Please provide any additional information below.

Original issue reported on code.google.com by hjster...@gmail.com on 20 Jan 2014 at 12:28