moohaad / pyscripter

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

Unicode support? #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open file which has unicode
2. Unicode text is incorrect displaring

What is the expected output? What do you see instead?
Unicode character should corectly display

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

Please provide any additional information below.

Original issue reported on code.google.com by meledic...@gmail.com on 17 Apr 2008 at 9:32

GoogleCodeExporter commented 9 years ago
Which Unicode format are you talking about?  PyScripter has always supported 
UTF8.
If this concerns Python source files then see thread
http://groups.google.com/group/PyScripter/browse_thread/thread/c998013c704c7698?
hl=en

Support for UTF16-LE and UTF16-BE has been added in SVN and will be available 
in the
next version.

Original comment by pyscripter on 17 Apr 2008 at 4:33

GoogleCodeExporter commented 9 years ago
See attaches, 

Cheers

Original comment by meledic...@gmail.com on 18 Apr 2008 at 3:40

Attachments:

GoogleCodeExporter commented 9 years ago
Have you read my comment?  Have you read the above thread?  

"For Python files you have to follow PEP 263 and include an encoding
comment (http://www.python.org/dev/peps/pep-0263/).  For other files
the is an IDE option (Tools, Options, IDE Options) to detect utf8 when
you open a file." 

Original comment by pyscripter on 20 Apr 2008 at 9:17