[issue4815] idle 3.1a1 utf8

Martin v. Löwis report at bugs.python.org
Sun Jan 4 17:04:33 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

> utf8 has a special flag

No, it doesn't.

> as a special mark for editors.

That's the BOM, or UTF-8 signature. It's optional, and UTF-8-encoded
files typically do *not* have the UTF-8 signature.

> Even after making change in 
> it in IDLE, it does not became real utf8. 

Your understanding of UTF-8 is incorrect.

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


More information about the Python-bugs-list mailing list