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 brett.cannon
Recipients barry, brett.cannon, christian.heimes, gvanrossum, jcea, vstinner
Date 2008-11-20.00:33:01
SpamBayes Score 6.3385596e-07
Marked as misclassified No
Message-id <1227141183.72.0.605318804029.issue3799@psf.upfronthosting.co.za>
In-reply-to
Content
I have attached a file that does everything internally as UTF-8 but
reads and writes to disk as Latin-1. I added some unit tests to verify
that taking a character encoded in UTF-8 or as a string still works
properly regardless of whether one uses the string or bytes version of
the key.
History
Date User Action Args
2008-11-20 00:33:03brett.cannonsetrecipients: + brett.cannon, gvanrossum, barry, jcea, vstinner, christian.heimes
2008-11-20 00:33:03brett.cannonsetmessageid: <1227141183.72.0.605318804029.issue3799@psf.upfronthosting.co.za>
2008-11-20 00:33:03brett.cannonlinkissue3799 messages
2008-11-20 00:33:03brett.cannoncreate