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.

作者 ocean-city
收信人 amaury.forgeotdarc, ocean-city
日期 2008-10-01.04:09:01
SpamBayes Score 7.8319445e-08
Marked as misclassified
Message-id <1222834142.56.0.172636065325.issue2382@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2008-10-01 04:09:02ocean-city修改recipients: + ocean-city, amaury.forgeotdarc
2008-10-01 04:09:02ocean-city修改messageid: <1222834142.56.0.172636065325.issue2382@psf.upfronthosting.co.za>
2008-10-01 04:09:01ocean-city链接issue2382 messages
2008-10-01 04:09:01ocean-city创建