Issue #7117, continued: Remove substitution of %g-style formatting for
[python.git] / Tools / unicode / genwincodecs.bat
blob6a6a671f81aabcae39531797dd67ed2207862ec6
1 @rem Recreate some python charmap codecs from the Windows function\r
2 @rem MultiByteToWideChar.\r
3 \r
4 @cd /d %~dp0\r
5 @mkdir build\r
6 @rem Arabic DOS code page\r
7 c:\python26\python genwincodec.py 720 > build/cp720.py\r