[Python-checkins] python/dist/src/Lib/encodings aliases.py, 1.22, 1.23

lemburg at users.sourceforge.net lemburg at users.sourceforge.net
Tue Jan 20 04:38:54 EST 2004


Update of /cvsroot/python/python/dist/src/Lib/encodings
In directory sc8-pr-cvs1:/tmp/cvs-serv18572

Modified Files:
	aliases.py 
Log Message:
Add some more code page aliases needed for completeness.

Index: aliases.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/encodings/aliases.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** aliases.py	20 Jan 2004 09:33:30 -0000	1.22
--- aliases.py	20 Jan 2004 09:38:52 -0000	1.23
***************
*** 44,47 ****
--- 44,48 ----
  
      # cp037 codec
+     '037'                : 'cp037',
      'csibm037'           : 'cp037',
      'ebcdic_cp_ca'       : 'cp037',
***************
*** 53,90 ****
--- 54,103 ----
  
      # cp1026 codec
+     '1026'               : 'cp1026',
      'csibm1026'          : 'cp1026',
      'ibm1026'            : 'cp1026',
  
      # cp1140 codec
+     '1140'               : 'cp1140',
      'ibm1140'            : 'cp1140',
  
      # cp1250 codec
+     '1250'               : 'cp1250',
      'windows_1250'       : 'cp1250',
  
      # cp1251 codec
+     '1251'               : 'cp1251',
      'windows_1251'       : 'cp1251',
  
      # cp1252 codec
+     '1252'               : 'cp1252',
      'windows_1252'       : 'cp1252',
  
      # cp1253 codec
+     '1253'               : 'cp1253',
      'windows_1253'       : 'cp1253',
  
      # cp1254 codec
+     '1254'               : 'cp1254',
      'windows_1254'       : 'cp1254',
  
      # cp1255 codec
+     '1255'               : 'cp1255',
      'windows_1255'       : 'cp1255',
  
      # cp1256 codec
+     '1256'               : 'cp1256',
      'windows_1256'       : 'cp1256',
  
      # cp1257 codec
+     '1257'               : 'cp1257',
      'windows_1257'       : 'cp1257',
  
      # cp1258 codec
+     '1258'               : 'cp1258',
      'windows_1258'       : 'cp1258',
  
      # cp424 codec
+     '424'                : 'cp424',
      'csibm424'           : 'cp424',
      'ebcdic_cp_he'       : 'cp424',
***************
*** 97,100 ****
--- 110,114 ----
  
      # cp500 codec
+     '500'                : 'cp500',
      'csibm500'           : 'cp500',
      'ebcdic_cp_be'       : 'cp500',
***************
*** 103,106 ****
--- 117,121 ----
  
      # cp775 codec
+     '775'              : 'cp775',
      'cspc775baltic'      : 'cp775',
      'ibm775'             : 'cp775',
***************
*** 148,151 ****
--- 163,167 ----
  
      # cp864 codec
+     '864'                : 'cp864',
      'csibm864'           : 'cp864',
      'ibm864'             : 'cp864',





More information about the Python-checkins mailing list