Message90459
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. |
|
Date |
User |
Action |
Args |
2009-07-12 22:32:04 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, lemburg, loewis, bialix, abu_mohammed |
2009-07-12 22:31:44 | amaury.forgeotdarc | set | messageid: <1247437904.1.0.224801637702.issue1616979@psf.upfronthosting.co.za> |
2009-07-12 22:31:42 | amaury.forgeotdarc | link | issue1616979 messages |
2009-07-12 22:31:20 | amaury.forgeotdarc | create | |
|