Package encodings :: Module aliases
[hide private]
[frames] | no frames]

Module aliases

Encoding Aliases Support

This module is used by the encodings package search function to
map encodings names to module names.

Note that the search function normalizes the encoding names before
doing the lookup, so the mapping will have to map normalized
encoding names to module names.

Contents:

    The following aliases dictionary contains mappings of all IANA
    character set names for which the Python core library provides
    codecs. In addition to these, a few Python specific codec
    aliases have also been added.

Variables [hide private]
  aliases = {'037': 'cp037', '1026': 'cp1026', '1140': 'cp1140',...
Variables Details [hide private]

aliases

Value:
{'037': 'cp037',
 '1026': 'cp1026',
 '1140': 'cp1140',
 '1250': 'cp1250',
 '1251': 'cp1251',
 '1252': 'cp1252',
 '1253': 'cp1253',
 '1254': 'cp1254',
...