-í
ë¶<c       s‚     d  Z    d k Z  d e i f d „  ƒ  YZ  d e e i f d „  ƒ  YZ # d e e i f d „  ƒ  YZ 0 d „  Z d S(	   s   Generic Python Character Mapping Codec.

    Use this codec directly rather than through the automatic
    conversion mechanisms supplied by unicode() and .encode().
    

Written by Marc-Andre Lemburg (mal@lemburg.com).

(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.

Ns   Codecc      s#    t  Z  e i Z  e i Z RS(   N(   s   __name__s
   __module__s   codecss   charmap_encodes   encodes   charmap_decodes   decode(    (    (    s'   /usr/lib/python2.2/encodings/charmap.pys   Codec s   	s   StreamWriterc      s,    t  Z  d e d „ Z  d d „ Z RS(   Ns   strictc    s,     t  i i |  | | ƒ  | |  _ d  S(   N(   s   codecss   StreamWriters   __init__s   selfs   streams   errorss   mapping(   s   selfs   streams   errorss   mapping(    (    s'   /usr/lib/python2.2/encodings/charmap.pys   __init__ s   c    s     ! t  i | | |  i ƒ Sd  S(   N(   s   Codecs   encodes   inputs   errorss   selfs   mapping(   s   selfs   inputs   errors(    (    s'   /usr/lib/python2.2/encodings/charmap.pys   encode s   (   s   __name__s
   __module__s   Nones   __init__s   encode(    (    (    s'   /usr/lib/python2.2/encodings/charmap.pys   StreamWriter s   	s   StreamReaderc      s,   # t  Z % d e d „ Z * d d „ Z RS(   Ns   strictc    s,   % ' t  i i |  t | ƒ ( | |  _ d  S(   N(   s   codecss   StreamReaders   __init__s   selfs   stricts   errorss   mapping(   s   selfs   streams   errorss   mapping(    (    s'   /usr/lib/python2.2/encodings/charmap.pys   __init__% s   c    s    * , t  i | | |  i ƒ Sd  S(   N(   s   Codecs   decodes   inputs   errorss   selfs   mapping(   s   selfs   inputs   errors(    (    s'   /usr/lib/python2.2/encodings/charmap.pys   decode* s   (   s   __name__s
   __module__s   Nones   __init__s   decode(    (    (    s'   /usr/lib/python2.2/encodings/charmap.pys   StreamReader# s   	c      s    0 2 t  i t  i t t f Sd  S(   N(   s   Codecs   encodes   decodes   StreamReaders   StreamWriter(    (    (    s'   /usr/lib/python2.2/encodings/charmap.pys   getregentry0 s   (   s   __doc__s   codecss   Codecs   StreamWriters   StreamReaders   getregentry(   s   getregentrys   StreamWriters   Codecs   StreamReaders   codecs(    (    s'   /usr/lib/python2.2/encodings/charmap.pys   ? s
   