home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / psp8 / Data1.cab / aliases.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2003-04-22  |  2.4 KB  |  82 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.2)
  3.  
  4. ''' Encoding Aliases Support
  5.  
  6.     This module is used by the encodings package search function to
  7.     map encodings names to module names.
  8.  
  9.     Note that the search function converts the encoding names to lower
  10.     case and replaces hyphens with underscores *before* performing the
  11.     lookup.
  12.  
  13. '''
  14. aliases = {
  15.     'latin': 'latin_1',
  16.     'latin1': 'latin_1',
  17.     'utf7': 'utf_7',
  18.     'u7': 'utf_7',
  19.     'utf': 'utf_8',
  20.     'utf8': 'utf_8',
  21.     'u8': 'utf_8',
  22.     'utf8@ucs2': 'utf_8',
  23.     'utf8@ucs4': 'utf_8',
  24.     'utf16': 'utf_16',
  25.     'u16': 'utf_16',
  26.     'utf_16be': 'utf_16_be',
  27.     'utf_16le': 'utf_16_le',
  28.     'unicodebigunmarked': 'utf_16_be',
  29.     'unicodelittleunmarked': 'utf_16_le',
  30.     'us_ascii': 'ascii',
  31.     'ansi_x3.4_1968': 'ascii',
  32.     '646': 'ascii',
  33.     'ebcdic_cp_us': 'cp037',
  34.     'ibm039': 'cp037',
  35.     'ibm1140': 'cp1140',
  36.     '8859': 'latin_1',
  37.     'iso8859': 'latin_1',
  38.     'iso8859_1': 'latin_1',
  39.     'iso_8859_1': 'latin_1',
  40.     'iso_8859_10': 'iso8859_10',
  41.     'iso_8859_13': 'iso8859_13',
  42.     'iso_8859_14': 'iso8859_14',
  43.     'iso_8859_15': 'iso8859_15',
  44.     'iso_8859_2': 'iso8859_2',
  45.     'iso_8859_3': 'iso8859_3',
  46.     'iso_8859_4': 'iso8859_4',
  47.     'iso_8859_5': 'iso8859_5',
  48.     'iso_8859_6': 'iso8859_6',
  49.     'iso_8859_7': 'iso8859_7',
  50.     'iso_8859_8': 'iso8859_8',
  51.     'iso_8859_9': 'iso8859_9',
  52.     'maclatin2': 'mac_latin2',
  53.     'maccentraleurope': 'mac_latin2',
  54.     'maccyrillic': 'mac_cyrillic',
  55.     'macgreek': 'mac_greek',
  56.     'maciceland': 'mac_iceland',
  57.     'macroman': 'mac_roman',
  58.     'macturkish': 'mac_turkish',
  59.     'windows_1251': 'cp1251',
  60.     'windows_1252': 'cp1252',
  61.     'windows_1254': 'cp1254',
  62.     'windows_1255': 'cp1255',
  63.     'dbcs': 'mbcs',
  64.     '437': 'cp437',
  65.     'jis_7': 'jis_7',
  66.     'iso_2022_jp': 'jis_7',
  67.     'ujis': 'euc_jp',
  68.     'ajec': 'euc_jp',
  69.     'eucjp': 'euc_jp',
  70.     'tis260': 'tactis',
  71.     'sjis': 'shift_jis',
  72.     'rot13': 'rot_13',
  73.     'base64': 'base64_codec',
  74.     'base_64': 'base64_codec',
  75.     'zlib': 'zlib_codec',
  76.     'zip': 'zlib_codec',
  77.     'hex': 'hex_codec',
  78.     'uu': 'uu_codec',
  79.     'quopri': 'quopri_codec',
  80.     'quotedprintable': 'quopri_codec',
  81.     'quoted_printable': 'quopri_codec' }
  82.