|
Orbits
1
|
Classes | |
| class | Codec |
| Codec APIs. More... | |
| class | IncrementalEncoder |
| class | IncrementalDecoder |
| class | StreamWriter |
| class | StreamReader |
Functions | |
| def | getregentry |
Variables | |
| tuple | decoding_map = codecs.make_identity_dict(range(256)) |
| Decoding Map. More... | |
| tuple | encoding_map = codecs.make_encoding_map(decoding_map) |
| Encoding Map. More... | |
Python Character Mapping Codec generated from 'LATIN2.TXT' with gencodec.py. Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. (c) Copyright 2000 Guido van Rossum.
| def encodings.mac_latin2.getregentry | ( | ) |
| tuple encodings.mac_latin2.decoding_map = codecs.make_identity_dict(range(256)) |
Decoding Map.
| tuple encodings.mac_latin2.encoding_map = codecs.make_encoding_map(decoding_map) |
Encoding Map.
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.