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 vstinner
Recipients akuchling, cben, gpolo, inigoserna, r.david.murray, vstinner
Date 2009-08-26.22:14:23
SpamBayes Score 0.0071276496
Marked as misclassified No
Message-id <1251324865.41.0.782088544143.issue6755@psf.upfronthosting.co.za>
In-reply-to
Content
inigoserna>> Other functions I miss a lot are wcwidth() and wcswidth()

I wrote a patch to implement unicode.width() method:
http://bugs.python.org/file13357/unicode_width.patch

It's part of the issue #2382 (SyntaxError cursor shifted if multibyte
character is in line)
History
Date User Action Args
2009-08-26 22:14:25vstinnersetrecipients: + vstinner, akuchling, cben, gpolo, r.david.murray, inigoserna
2009-08-26 22:14:25vstinnersetmessageid: <1251324865.41.0.782088544143.issue6755@psf.upfronthosting.co.za>
2009-08-26 22:14:23vstinnerlinkissue6755 messages
2009-08-26 22:14:23vstinnercreate