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 loewis
Recipients Nicholas.Cole, inigoserna, loewis, vstinner, zeha
Date 2011-07-16.10:17:23
SpamBayes Score 4.931326e-06
Marked as misclassified No
Message-id <1310811444.65.0.385854872346.issue12568@psf.upfronthosting.co.za>
In-reply-to
Content
In the #2382 code, how is the Windows case supposed to work? Also, what about systems that don't have wcswidth? IOW, the patch appears to be incorrect.

I like the #6755 approach better, except that it shouldn't be using hard-coded tables, but instead integrate with Python's version of the UCD. In addition, it should use an accepted, published strategy for determining the width, preferably coming from the Unicode consortium.
History
Date User Action Args
2011-07-16 10:17:24loewissetrecipients: + loewis, vstinner, inigoserna, zeha, Nicholas.Cole
2011-07-16 10:17:24loewissetmessageid: <1310811444.65.0.385854872346.issue12568@psf.upfronthosting.co.za>
2011-07-16 10:17:24loewislinkissue12568 messages
2011-07-16 10:17:23loewiscreate