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.

作者 amaury.forgeotdarc
收信人 amaury.forgeotdarc, ocean-city
日期 2008-10-01.22:31:39
SpamBayes Score 9.553819e-10
Marked as misclassified
Message-id <1222900300.75.0.0972703697796.issue2382@psf.upfronthosting.co.za>
In-reply-to
内容
This seems to be a difficult problem. Doesn't the exact width depend on 
the terminal capabilities? and fonts, and combining diacritics...

An easy way to put the caret at the same exact position is to repeat the 
beginning of the line up to the offending offset:
   print "あいうえお"
   print "あいうえお^<------------------
But I don't know how to make it look less ugly.

At least my "one unicode char is one space" suggestion corrects the case 
of Western languages, and all messages with single-width characters.
历史
日期 用户 动作 参数
2008-10-01 22:31:40amaury.forgeotdarc修改recipients: + amaury.forgeotdarc, ocean-city
2008-10-01 22:31:40amaury.forgeotdarc修改messageid: <1222900300.75.0.0972703697796.issue2382@psf.upfronthosting.co.za>
2008-10-01 22:31:39amaury.forgeotdarc链接issue2382 messages
2008-10-01 22:31:39amaury.forgeotdarc创建