Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Functions | Variables
encodings.mac_latin2 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 '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.

Function Documentation

def encodings.mac_latin2.getregentry ( )

Variable Documentation

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.

Copyright 2014 Google Inc. All rights reserved.