[issue22929] cp874 encoding almost empty

2014-11-24 Thread R. David Murray
Changes by R. David Murray : -- stage: -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue22929] cp874 encoding almost empty

2014-11-24 Thread era
era added the comment: My apologies -- I already attemptd to close this as a mistake on my part, but apparently, that failed too. )-: Sorry. -- resolution: -> not a bug status: open -> closed ___ Python tracker

[issue22929] cp874 encoding almost empty

2014-11-24 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: BTW: The table on the wiki page shows the same undefined chars. -- ___ Python tracker ___ ___ Py

[issue22929] cp874 encoding almost empty

2014-11-24 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: I'm not sure I understand the bug report. What's the problem ? :-) The codec is a charmap codec generated from the file MAPPINGS/VENDORS/MICSFT/WINDOWS/CP874.TXT (http://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP874.TXT) This mapping does h

[issue22929] cp874 encoding almost empty

2014-11-24 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +lemburg ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue22929] cp874 encoding almost empty

2014-11-24 Thread era
New submission from era: 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.