Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

Instead of using another source of third-party files, I suggest to use the 
Windows 
functions to generate the mapping.
The attached patch contains a script, genwincodec.py, which uses 
MultiByteToWideChar 
and generates a codec file.

I use it like this:
.\PCBuild\python Tools\unicode\genwincodec.py 720 > Lib\encodings\cp720.py

The generated file is also in the patch.

----------
keywords: +needs review -patch
nosy: +amaury.forgeotdarc
stage: test needed -> patch review
Added file: http://bugs.python.org/file14489/genwincodec-trunk.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1616979>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to