[issue1503789] Cannot write source code in UTF16

STINNER Victor report at bugs.python.org
Sat Mar 21 11:53:43 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Detect UTF-16 and UTF-32 is complex. I think that we can first support 
UTF-16LE, UTF-16BE, UTF-32LE and UTF-32BE with BOM. Most editors add a 
BOM (eg. notepad.exe on Windows). I will try to fix this issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1503789>
_______________________________________


More information about the Python-bugs-list mailing list