[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.

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.

--
components: Unicode
messages: 231596
nosy: era, ezio.melotti, haypo
priority: normal
severity: normal
status: open
title: cp874 encoding almost empty
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22929
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22929] cp874 encoding almost empty

2014-11-24 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
nosy: +lemburg

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22929
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 have quite a few undefined characters.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22929
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue22929
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue22929
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22929] cp874 encoding almost empty

2014-11-24 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
stage:  - resolved

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22929
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com