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 | decoding_table |
Decoding Table. More... | |
dictionary | encoding_map |
Encoding Map. More... | |
Python Character Mapping Codec generated from 'VENDORS/APPLE/ARABIC.TXT' with gencodec.py.
def encodings.mac_arabic.getregentry | ( | ) |
tuple encodings.mac_arabic.decoding_map = codecs.make_identity_dict(range(256)) |
Decoding Map.
tuple encodings.mac_arabic.decoding_table |
Decoding Table.
dictionary encodings.mac_arabic.encoding_map |
Encoding Map.
Copyright 2014 Google Inc. All rights reserved.