This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients eric.smith, mark.dickinson, mrabarnett, r.david.murray, skrah
Date 2009-12-02.14:10:38
SpamBayes Score 0.0006007665
Marked as misclassified No
Message-id <1259763040.36.0.785194835539.issue7327@psf.upfronthosting.co.za>
In-reply-to
Content
Googling "multi-byte thousands separator" gives better results. From
those results, it is clear to me that decimal_point and thousands_sep
are strings that may be interpreted as multi-byte characters. The Czech
separator appears to be a no-break space multi-byte character.


http://sourceware.org/ml/libc-hacker/2007-01/msg00005.html
http://drupal.org/node/353897


My point is that if a multi-byte character appears, it should be
counted as a single character for the purposes of calculating
min-width. Otherwise, the printed representation is too short.
History
Date User Action Args
2009-12-02 14:10:40skrahsetrecipients: + skrah, mark.dickinson, eric.smith, mrabarnett, r.david.murray
2009-12-02 14:10:40skrahsetmessageid: <1259763040.36.0.785194835539.issue7327@psf.upfronthosting.co.za>
2009-12-02 14:10:39skrahlinkissue7327 messages
2009-12-02 14:10:38skrahcreate