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 philyoon
Recipients philyoon
Date 2007-09-04.06:50:39
SpamBayes Score 0.13262142
Marked as misclassified No
Message-id <1188888639.72.0.692708341889.issue1100@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure if this is a bug or a designed behavior, but I think it
would be nice for beginners to be able to enter his/her local characters
from an interactive prompt. As interactive mode lacks source code
encoding declaration, the interpreter seems to assume that its input is
encoded in UTF-8, when the actual characters you enter are not. Fix for
issue #1097 doesn't seem to help. I'm using Microsoft Windows XP Korean.

>>> print('윤상필')
  File "<stdin>", line 1
SyntaxError: (unicode error) illegal encoding
History
Date User Action Args
2007-09-04 06:50:40philyoonsetspambayes_score: 0.132621 -> 0.13262142
recipients: + philyoon
2007-09-04 06:50:39philyoonsetspambayes_score: 0.132621 -> 0.132621
messageid: <1188888639.72.0.692708341889.issue1100@psf.upfronthosting.co.za>
2007-09-04 06:50:39philyoonlinkissue1100 messages
2007-09-04 06:50:39philyooncreate