diff options
Diffstat (limited to 'Tools/unicode/genwincodecs.bat')
-rw-r--r-- | Tools/unicode/genwincodecs.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/unicode/genwincodecs.bat b/Tools/unicode/genwincodecs.bat new file mode 100644 index 0000000..6a6a671 --- /dev/null +++ b/Tools/unicode/genwincodecs.bat @@ -0,0 +1,7 @@ +@rem Recreate some python charmap codecs from the Windows function
+@rem MultiByteToWideChar.
+
+@cd /d %~dp0
+@mkdir build
+@rem Arabic DOS code page
+c:\python26\python genwincodec.py 720 > build/cp720.py
|