-í
ëķ<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    t  Z 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(    (    s&   /usr/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(    (    s&   /usr/lib/python2.2/encodings/cp1140.pys   decode s    (   s   __name__s
   __module__s   encodes   decode(    (    (    s&   /usr/lib/python2.2/encodings/cp1140.pys   Codec s   s   StreamWriterc      s   t  Z RS(   N(   s   __name__s
   __module__(    (    (    s&   /usr/lib/python2.2/encodings/cp1140.pys   StreamWriter s   s   StreamReaderc      s   t  Z RS(   N(   s   __name__s
   __module__(    (    (    s&   /usr/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(    (    (    s&   /usr/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(    (    s&   /usr/lib/python2.2/encodings/cp1140.pys   ? s   			
	