-í
É<c       sÚ     d  Z    d k Z  d k Z  d k Z  d e i f d     YZ  d e e i f d     YZ  d e e i f d     YZ  d   Z $ e i e i  Z & e i	 h  d	 d
 < , e i
 e  Z d S(   sg    Python Character Mapping Codec for cp1140

Written by Brian Quinlan(brian@sweetapp.com). NO WARRANTY.
Ns   Codecc      s#     d d  Z   d d  Z RS(   Ns   strictc    s     t  i | | t  Sd  S(   N(   s   codecss   charmap_encodes   inputs   errorss   encoding_map(   s   selfs   inputs   errors(    (    s0   /usr/local/twc/lib/python2.2/encodings/cp1140.pys   encode s   c    s     t  i | | t  Sd  S(   N(   s   codecss   charmap_decodes   inputs   errorss   decoding_map(   s   selfs   inputs   errors(    (    s0   /usr/local/twc/lib/python2.2/encodings/cp1140.pys   decode s   (   s   encodes   decode(    (    (    s0   /usr/local/twc/lib/python2.2/encodings/cp1140.pys   Codec s   s   StreamWriterc      s     RS(   N(    (    (    (    s0   /usr/local/twc/lib/python2.2/encodings/cp1140.pys   StreamWriter s   s   StreamReaderc      s     RS(   N(    (    (    (    s0   /usr/local/twc/lib/python2.2/encodings/cp1140.pys   StreamReader s   c      s&      t    i t    i t t f Sd  S(   N(   s   Codecs   encodes   decodes   StreamReaders   StreamWriter(    (    (    s0   /usr/local/twc/lib/python2.2/encodings/cp1140.pys   getregentry s   iŹ   i   (   s   __doc__s   codecss   copys   cp037s   Codecs   StreamWriters   StreamReaders   getregentrys   decoding_maps   updates   make_encoding_maps   encoding_map(	   s   StreamWriters   Codecs   cp037s   decoding_maps   codecss   getregentrys   copys   encoding_maps   StreamReader(    (    s0   /usr/local/twc/lib/python2.2/encodings/cp1140.pys   ? s   
