Æ
Oö9c       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 d   Z h  Z h  Z x& e i   d	 r \ Z	 Z
 e	 e e
 <q Wd S(
   sĻ    Python Character Mapping Codec generated from '8859-1.TXT'.


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

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

Ns   Codecc      s   d d  Z  d d  Z RS(   Nc    s   t  i | | t  Sd  S(   N(   s   codecss   charmap_encodes   inputs   errorss   encoding_map(   s   selfs   inputs   errorss0   /mit/python/lib/python2.0/encodings/iso8859_1.pys   encode s    s   strictc    s   t  i | | t  Sd  S(   N(   s   codecss   charmap_decodes   inputs   errorss   decoding_map(   s   selfs   inputs   errorss0   /mit/python/lib/python2.0/encodings/iso8859_1.pys   decode s    (   s   encodes   decode(    s0   /mit/python/lib/python2.0/encodings/iso8859_1.pys   Codec s    s   StreamWriterc      s   d d  Z  RS(   Nc    s   t  i i |  t |  d  S(   N(   s   codecss   StreamWriters   __init__s   selfs   stricts   errors(   s   selfs   streams   errorss0   /mit/python/lib/python2.0/encodings/iso8859_1.pys   __init__ s    s   strict(   s   __init__(    s0   /mit/python/lib/python2.0/encodings/iso8859_1.pys   StreamWriter s    s   StreamReaderc      s   RS(   N(    (    s0   /mit/python/lib/python2.0/encodings/iso8859_1.pys   StreamReader s    c      s    t    i t    i t t f Sd  S(   N(   s   Codecs   encodes   decodes   StreamReaders   StreamWriter(    s0   /mit/python/lib/python2.0/encodings/iso8859_1.pys   getregentry# s    i    (   s   __doc__s   codecss   Codecs   StreamWriters   StreamReaders   getregentrys   decoding_maps   encoding_maps   itemss   ks   v(    s0   /mit/python/lib/python2.0/encodings/iso8859_1.pys   ? s   	
	 