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.

作者 Robert Baker
收信人 Robert Baker
日期 2017-03-26.02:26:06
SpamBayes Score -1.0
Marked as misclassified
Message-id <1490495168.15.0.580990833474.issue29907@psf.upfronthosting.co.za>
In-reply-to
内容
Using Python 2.7 (not IDLE) on Windows 10.

I have tried to use a Python 2.7 program to print the name of Czech composer Antonín Dvořák. I remembered to add the "u" before the string, but regardless of whether I encode the caron-r as a literal character (pasted from Windows Character Map) or as \u0159, it gives the error that character 0159 is undefined. This is incorrect; that character has been defined as "lower case r with caron above" for several years now. (The interpreter has no problem with the ANSI characters in the string.)
历史
日期 用户 动作 参数
2017-03-26 02:26:08Robert Baker修改recipients: + Robert Baker
2017-03-26 02:26:08Robert Baker修改messageid: <1490495168.15.0.580990833474.issue29907@psf.upfronthosting.co.za>
2017-03-26 02:26:08Robert Baker链接issue29907 messages
2017-03-26 02:26:06Robert Baker创建