[issue7327] format: minimum width: UTF-8 separators and decimal points

Eric Smith report at bugs.python.org
Wed Dec 2 14:58:17 CET 2009


Eric Smith <eric at trueblade.com> added the comment:

In trunk, Modules/_localemodule.c also treats these as "string of char",
so at least we're consistent.

In py3k, mbstowcs is used and the result passed to PyUnicode_FromWideChar.

I'm not sure how you'd address this in locale in trunk, or if we want to
do something similar in localeutil.h in trunk (for the Unicode case).

----------

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


More information about the Python-bugs-list mailing list