[issue4153] Unicode HOWTO up to date?
Nick Coghlan
report at bugs.python.org
Sun Jan 27 04:27:52 CET 2013
Nick Coghlan added the comment:
The section in the HOWTO on Python's unicode support also misses the fact that the easiest way to include a Unicode character in a string literal in Python 3 is to *include that character in the string literal* (since source code is now treated as UTF-8 by default).
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4153>
_______________________________________
More information about the Python-bugs-list
mailing list