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 vstinner
Recipients Trundle, vstinner
Date 2009-08-27.23:15:37
SpamBayes Score 1.899955e-05
Marked as misclassified No
Message-id <1251414939.38.0.685243467659.issue6745@psf.upfronthosting.co.za>
In-reply-to
Content
I don't really understand because your example, umlaut3x.py, works
correctly on my computer (py3k, ubunty jaunty).

> The point is, currently, it is broken if the user 
> does not use an utf-8 environment.

So the problem is that the charset is hardcoded to utf8. You would like
to be able to change that. Or better, than Python guess your terminal
charset. Right?
History
Date User Action Args
2009-08-27 23:15:39vstinnersetrecipients: + vstinner, Trundle
2009-08-27 23:15:39vstinnersetmessageid: <1251414939.38.0.685243467659.issue6745@psf.upfronthosting.co.za>
2009-08-27 23:15:37vstinnerlinkissue6745 messages
2009-08-27 23:15:37vstinnercreate