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 amaury.forgeotdarc
Recipients abu_mohammed, amaury.forgeotdarc, bialix, lemburg, loewis
Date 2009-07-12.22:31:04
SpamBayes Score 1.2711698e-06
Marked as misclassified No
Message-id <1247437904.1.0.224801637702.issue1616979@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-07-12 22:32:04amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, loewis, bialix, abu_mohammed
2009-07-12 22:31:44amaury.forgeotdarcsetmessageid: <1247437904.1.0.224801637702.issue1616979@psf.upfronthosting.co.za>
2009-07-12 22:31:42amaury.forgeotdarclinkissue1616979 messages
2009-07-12 22:31:20amaury.forgeotdarccreate