Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Functions | Variables
encodings.hp_roman8 Namespace Reference

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...
 

Detailed Description

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.

Function Documentation

def encodings.hp_roman8.getregentry ( )

Variable Documentation

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.

Copyright 2014 Google Inc. All rights reserved.