mς
­fIc           @   sc   d  Z  d k Z e i Z d d  Z d e i f d     YZ d e i f d     YZ d   Z d S(	   s    Python 'utf-8' Codec


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

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

Nt   strictc         C   s   t  i |  | t  S(   N(   t   codecst   utf_8_decodet   inputt   errorst   True(   R   R   (    (    t,   /mit/python/lib/python2.4/encodings/utf_8.pyt   decode   s    t   StreamWriterc           B   s   t  Z e i Z RS(   N(   t   __name__t
   __module__R   t   utf_8_encodet   encode(    (    (    R   R      s   t   StreamReaderc           B   s   t  Z e i Z RS(   N(   R	   R
   R   R   R   (    (    (    R   R      s   c           C   s   t  t t t f S(   N(   R   R   R   R   (    (    (    R   t   getregentry   s    (   t   __doc__R   R   R   R   R   R   R   (   R   R   R   R   R   R   (    (    R   t   ?   s   		