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

Stefan Krah report at bugs.python.org
Mon Nov 30 14:04:05 CET 2009


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

What you mean by "working with bytestrings"? The UTF-8 separators or
decimal points come directly from struct lconv (man localeconv). The
logical way to reach a minimum width of 19 is to have 19 UTF-8
characters, which can subsequently be converted to other formats.

----------

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


More information about the Python-bugs-list mailing list