Your IP : 18.227.140.251
�
��f� c @ s� d Z d d l m Z m Z d d l Z e Z d d d � Z Gd d � d e j � Z Gd d
� d
e j � Z Gd d � d e j � Z Gd
d � d e j
� Z
d 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( ( u3 /opt/alt/python33/lib64/python3.3/encodings/mbcs.pyu decode s u decodec B s# | Ee Z d Z d d d � Z d S( u IncrementalEncoderc C s t | | j � d S( Ni ( u mbcs_encodeu errors( u selfu inputu final( ( u3 /opt/alt/python33/lib64/python3.3/encodings/mbcs.pyu encode s u IncrementalEncoder.encodeNF( u __name__u
__module__u __qualname__u Falseu encode( u
__locals__( ( u3 /opt/alt/python33/lib64/python3.3/encodings/mbcs.pyu IncrementalEncoder s u IncrementalEncoderc B s | Ee Z d Z e Z d S( u IncrementalDecoderN( u __name__u
__module__u __qualname__u mbcs_decodeu _buffer_decode( u
__locals__( ( u3 /opt/alt/python33/lib64/python3.3/encodings/mbcs.pyu IncrementalDecoder s u IncrementalDecoderc B s | Ee Z d Z e Z d S( u StreamWriterN( u __name__u
__module__u __qualname__u mbcs_encodeu encode( u
__locals__( ( u3 /opt/alt/python33/lib64/python3.3/encodings/mbcs.pyu StreamWriter s u StreamWriterc B s | Ee Z d Z e Z d S( u StreamReaderN( u __name__u
__module__u __qualname__u mbcs_decodeu decode( u
__locals__( ( u3 /opt/alt/python33/lib64/python3.3/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( ( ( u3 /opt/alt/python33/lib64/python3.3/encodings/mbcs.pyu getregentry&