components/python/python26/Python26-12-encoding-alias.patch
changeset 115 c360825c3a3f
parent 114 6cc95ec7b1bb
child 116 ae6a90899b42
--- a/components/python/python26/Python26-12-encoding-alias.patch	Tue Mar 01 11:29:05 2011 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-diff --git Python-2.6.4/Lib/encodings/aliases.py Python-2.6.4/Lib/encodings/aliases.py
---- Python-2.6.4/Lib/encodings/aliases.py
-+++ Python-2.6.4/Lib/encodings/aliases.py
-@@ -73,6 +73,7 @@
- 
-     # cp1251 codec
-     '1251'               : 'cp1251',
-+    'ansi_1251'          : 'cp1251',
-     'windows_1251'       : 'cp1251',
- 
-     # cp1252 codec
-@@ -217,6 +218,7 @@
-     'u_jis'              : 'euc_jp',
- 
-     # euc_kr codec
-+    '5601'               : 'euc_kr',
-     'euckr'              : 'euc_kr',
-     'korean'             : 'euc_kr',
-     'ksc5601'            : 'euc_kr',
-@@ -457,6 +459,7 @@
-     'shiftjis'           : 'shift_jis',
-     'sjis'               : 'shift_jis',
-     's_jis'              : 'shift_jis',
-+    'pck'                : 'shift_jis',
- 
-     # shift_jis_2004 codec
-     'shiftjis2004'       : 'shift_jis_2004',
-@@ -476,6 +479,7 @@
-     'tis_620_0'          : 'tis_620',
-     'tis_620_2529_0'     : 'tis_620',
-     'tis_620_2529_1'     : 'tis_620',
-+    'tis620.2533'        : 'tis_620',
-     'iso_ir_166'         : 'tis_620',
- 
-     # utf_16 codec