thecocce / pyscripter

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

please enable ISO-8859-1 file option #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. no ISO-8859-1 file option

What is the expected output? What do you see instead?
When editing a python file with german characters, I can not choose "ISO-
8895-1" as file format. My files(special characters) are corrumpted.
When I edit the file with Wordpad, save it and open it with PyScripter, it 
is "Ansi"-Format. But if I add üü,ää,öö to the file and save it, these 
characters are smashed.

What version of the product are you using? On what operating system?
1.9.9.7

Please provide any additional information below.
Please enable ISO-8895-1 file format option !

Original issue reported on code.google.com by BerndW...@googlemail.com on 3 Aug 2009 at 10:02

GoogleCodeExporter commented 9 years ago
PyScripter fully supports Encoded Python Source Files and PEP-263
(http://www.python.org/dev/peps/pep-0263/).  Please read the PEP and the 
PyScripter
help topic with the title (Encoded Python Source Files).  If you still have a 
problem
after following these guidelines please resubmit the bug report.

Original comment by pyscripter on 2 Jan 2010 at 2:20