summaryrefslogtreecommitdiff
path: root/Tools/unicode/genwincodecs.bat
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-04-13 11:59:54 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-04-13 11:59:54 -0500
commit2343b1bb9f828643bc9f2a08dcaa95d6b4ca55b7 (patch)
tree7c7b900bdca2cca8d27f44cadf7c7e6afc6fd90e /Tools/unicode/genwincodecs.bat
parentaa638d20b89f9e3535524007c25bd9dd9bb84e31 (diff)
downloadcpython-2343b1bb9f828643bc9f2a08dcaa95d6b4ca55b7.tar.gz
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
Diffstat (limited to 'Tools/unicode/genwincodecs.bat')
-rw-r--r--Tools/unicode/genwincodecs.bat14
1 files changed, 7 insertions, 7 deletions
diff --git a/Tools/unicode/genwincodecs.bat b/Tools/unicode/genwincodecs.bat
index 43cab0d6f8..ad45c6c443 100644
--- a/Tools/unicode/genwincodecs.bat
+++ b/Tools/unicode/genwincodecs.bat
@@ -1,7 +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:\python30\python genwincodec.py 720 > build/cp720.py
+@rem Recreate some python charmap codecs from the Windows function
+@rem MultiByteToWideChar.
+
+@cd /d %~dp0
+@mkdir build
+@rem Arabic DOS code page
+c:\python30\python genwincodec.py 720 > build/cp720.py