|
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 'hp_roman8.txt' with gencodec.py.
Based on data from ftp://dkuug.dk/i18n/charmaps/HP-ROMAN8 (Keld Simonsen)
Original source: LaserJet IIP Printer User's Manual HP part no
33471-90901, Hewlet-Packard, June 1989. | def encodings.hp_roman8.getregentry | ( | ) |
| tuple encodings.hp_roman8.decoding_map = codecs.make_identity_dict(range(256)) |
Decoding Map.
| tuple encodings.hp_roman8.encoding_map = codecs.make_encoding_map(decoding_map) |
Encoding Map.
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.