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 era
Recipients era, ezio.melotti, vstinner
Date 2014-11-24.10:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416825577.9.0.423392091227.issue22929@psf.upfronthosting.co.za>
In-reply-to
Content
I created a simple script to map character codes in the 8bit range to Unicode for simple lookup:

https://github.com/tripleee/8bit

In the generated output, on Python 2.6.6 (but corroborated on Python 2.7.6), almost all character codes come up as "undefined" in CP874.

According to http://en.wikipedia.org/wiki/ISO/IEC_8859-11, CP874 should be a superset of ISO-8859-11, with a few character codes *added* in the ISO control range.
History
Date User Action Args
2014-11-24 10:39:37erasetrecipients: + era, vstinner, ezio.melotti
2014-11-24 10:39:37erasetmessageid: <1416825577.9.0.423392091227.issue22929@psf.upfronthosting.co.za>
2014-11-24 10:39:37eralinkissue22929 messages
2014-11-24 10:39:37eracreate