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 ixokai, lemburg, loewis, pitrou, pjenvey, ronaldoussoren, vstinner
Date 2010-10-11.20:17:26
SpamBayes Score 7.2830985e-06
Marked as misclassified No
Message-id <1286828248.41.0.92651321294.issue9992@psf.upfronthosting.co.za>
In-reply-to
Content
MAL> You can't just tell people to go with whatever encoding setup
MAL> you prefer to make Python's guessing easier or more correct.

Python doesn't really *guess* the encoding, it just reads the encoding from the locale.

What do you mean by "more correct"? How can Python knowns the right encoding better than the user? Python should not guess anything. If the environment is not correctly configured, it's not Python's fault. The user has to fix its environment.
History
Date User Action Args
2010-10-11 20:17:28vstinnersetrecipients: + vstinner, lemburg, loewis, ixokai, ronaldoussoren, pitrou, pjenvey
2010-10-11 20:17:28vstinnersetmessageid: <1286828248.41.0.92651321294.issue9992@psf.upfronthosting.co.za>
2010-10-11 20:17:26vstinnerlinkissue9992 messages
2010-10-11 20:17:26vstinnercreate