[issue17156] Tools/i18n/pygettext.py doesn't parse unicode string.

Serhiy Storchaka report at bugs.python.org
Fri Feb 8 14:44:55 CET 2013


Serhiy Storchaka added the comment:

Here is a patch for 2.7. pygettext doesn't try to detect input encoding and transparently works with bytes, but it no longer escapes non-ascii bytes if -E is not specified.

----------
versions: +Python 2.7
Added file: http://bugs.python.org/file29002/pygettext_unicode-2.7.patch

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


More information about the Python-bugs-list mailing list