l
\'ŬDc               @   s   d  Z  d d l m Z m Z d d l Z e Z d d  Z Gd   d e j  Z Gd   d	 e j  Z Gd
   d e j	  Z	 Gd   d e j
  Z
 d   Z d S(   uĜ    Python 'mbcs' Codec for Windows


Cloned by Mark Hammond (mhammond@skippinet.com.au) from ascii.py,
which was written by Marc-Andre Lemburg (mal@lemburg.com).

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

i    (   u   mbcs_encodeu   mbcs_decodeNu   strictc             C   s   t  |  | d  S(   NT(   u   mbcs_decodeu   True(   u   inputu   errors(    (    u^   I:\Didattica\Lezioni\Software\blender-2.61-release-windows32\2.61\python\lib\encodings\mbcs.pyu   decode   s    c             B   s   |  Ee  Z d d   Z d S(   c             C   s   t  | |  j  d S(   Ni    (   u   mbcs_encodeu   errors(   u   selfu   inputu   final(    (    u^   I:\Didattica\Lezioni\Software\blender-2.61-release-windows32\2.61\python\lib\encodings\mbcs.pyu   encode   s    NF(   u   __name__u
   __module__u   Falseu   encode(   u
   __locals__(    (    u^   I:\Didattica\Lezioni\Software\blender-2.61-release-windows32\2.61\python\lib\encodings\mbcs.pyu   IncrementalEncoder   s   
u   IncrementalEncoderc             B   s   |  Ee  Z e Z d  S(   N(   u   __name__u
   __module__u   mbcs_decodeu   _buffer_decode(   u
   __locals__(    (    u^   I:\Didattica\Lezioni\Software\blender-2.61-release-windows32\2.61\python\lib\encodings\mbcs.pyu   IncrementalDecoder   s   
u   IncrementalDecoderc             B   s   |  Ee  Z e Z d  S(   N(   u   __name__u
   __module__u   mbcs_encodeu   encode(   u
   __locals__(    (    u^   I:\Didattica\Lezioni\Software\blender-2.61-release-windows32\2.61\python\lib\encodings\mbcs.pyu   StreamWriter   s   
u   StreamWriterc             B   s   |  Ee  Z e Z d  S(   N(   u   __name__u
   __module__u   mbcs_decodeu   decode(   u
   __locals__(    (    u^   I:\Didattica\Lezioni\Software\blender-2.61-release-windows32\2.61\python\lib\encodings\mbcs.pyu   StreamReader!   s   
u   StreamReaderc               C   s4   t  j d d d t d t d t d t d t d t  S(	   Nu   nameu   mbcsu   encodeu   decodeu   incrementalencoderu   incrementaldecoderu   streamreaderu   streamwriter(   u   codecsu	   CodecInfou   encodeu   decodeu   IncrementalEncoderu   IncrementalDecoderu   StreamReaderu   StreamWriter(    (    (    u^   I:\Didattica\Lezioni\Software\blender-2.61-release-windows32\2.61\python\lib\encodings\mbcs.pyu   getregentry&   s    	(   u   __doc__u   codecsu   mbcs_encodeu   mbcs_decodeu   encodeu   decodeu   IncrementalEncoderu   BufferedIncrementalDecoderu   IncrementalDecoderu   StreamWriteru   StreamReaderu   getregentry(    (    (    u^   I:\Didattica\Lezioni\Software\blender-2.61-release-windows32\2.61\python\lib\encodings\mbcs.pyu   <module>	   s   