source:
python/trunk/Tools/unicode/genwincodecs.bat
| Last change on this file was 391, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 201 bytes | |
| Rev | Line | |
|---|---|---|
| [388] | 1 | @rem Recreate some python charmap codecs from the Windows function |
| 2 | @rem MultiByteToWideChar. | |
| 3 | ||
| 4 | @cd /d %~dp0 | |
| 5 | @mkdir build | |
| 6 | @rem Arabic DOS code page | |
| 7 | c:\python26\python genwincodec.py 720 > build/cp720.py |
Note:
See TracBrowser
for help on using the repository browser.
