Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 1563f164e52d886d7f5ee7019bf176c8514b0243 authored by Benjamin Peterson on 11 June 2016, 21:46:26 UTC
2.7.12 release candidate 1
Tip revision: 1563f16
genwincodecs.bat
@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
back to top