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 ixokai
Recipients ixokai, lemburg, ronaldoussoren
Date 2010-10-21.13:53:57
SpamBayes Score 0.0300576
Marked as misclassified No
Message-id <1287669239.43.0.118232747043.issue10154@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, the locals() right before "if encoding:" (line 399) are:

>>> locale.normalize("en_US.UTF-8")
{'code': 'en_US.ISO8859-1', 'langname': 'en_US', 'encoding': 'UTF8', 'norm_encoding': 'utf_8', 'defenc': 'ISO8859-1', 'localename': 'en_US.UTF-8', 'lookup_name': 'en_us.utf-8', 'fullname': 'en_us.utf-8'}
'en_US.UTF8'
History
Date User Action Args
2010-10-21 13:53:59ixokaisetrecipients: + ixokai, lemburg, ronaldoussoren
2010-10-21 13:53:59ixokaisetmessageid: <1287669239.43.0.118232747043.issue10154@psf.upfronthosting.co.za>
2010-10-21 13:53:57ixokailinkissue10154 messages
2010-10-21 13:53:57ixokaicreate