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 ocean-city
Recipients amaury.forgeotdarc, ocean-city
Date 2008-10-01.04:09:01
SpamBayes Score 7.8319445e-08
Marked as misclassified No
Message-id <1222834142.56.0.172636065325.issue2382@psf.upfronthosting.co.za>
In-reply-to
Content
You are right, this issue is more difficult than I thought...
I found wcswidth(3), if this function is available we can use this
function, but unfortunately there is no such function in VC6 and this
function is meaningless on cygwn, so I cannot test it. ;-(

Maybe we can use
import unicodedata
unicodedata.east_asian_width()
but I need to investigate more.
History
Date User Action Args
2008-10-01 04:09:02ocean-citysetrecipients: + ocean-city, amaury.forgeotdarc
2008-10-01 04:09:02ocean-citysetmessageid: <1222834142.56.0.172636065325.issue2382@psf.upfronthosting.co.za>
2008-10-01 04:09:01ocean-citylinkissue2382 messages
2008-10-01 04:09:01ocean-citycreate