[issue1697943] msgfmt cannot cope with BOM

Christoph Zwerschke report at bugs.python.org
Sat Jul 19 18:17:30 CEST 2008


Christoph Zwerschke <cito at online.de> added the comment:

Small improvement of the patch: Instead of hardcoding the BOM as
'\xef\xbb\xbf', we should use codecs.BOM_UTF8.

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


More information about the Python-bugs-list mailing list