ó
è¾bc           @   s·   d  Z  d d l Z d e j f d „  ƒ  YZ d e j f d „  ƒ  YZ d e j f d „  ƒ  YZ d	 e e j f d
 „  ƒ  YZ d e e j f d „  ƒ  YZ d „  Z d Z e j	 e ƒ Z
 d S(   sl    Python Character Mapping Codec koi8_r generated from 'MAPPINGS/VENDORS/MISC/KOI8-R.TXT' with gencodec.py.

iÿÿÿÿNt   Codecc           B   s    e  Z d  d „ Z d  d „ Z RS(   t   strictc         C   s   t  j | | t ƒ S(   N(   t   codecst   charmap_encodet   encoding_table(   t   selft   inputt   errors(    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyt   encode   s    c         C   s   t  j | | t ƒ S(   N(   R   t   charmap_decodet   decoding_table(   R   R   R   (    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyt   decode   s    (   t   __name__t
   __module__R   R   (    (    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyR    	   s   t   IncrementalEncoderc           B   s   e  Z e d  „ Z RS(   c         C   s   t  j | |  j t ƒ d S(   Ni    (   R   R   R   R   (   R   R   t   final(    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyR      s    (   R   R   t   FalseR   (    (    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyR      s   t   IncrementalDecoderc           B   s   e  Z e d  „ Z RS(   c         C   s   t  j | |  j t ƒ d S(   Ni    (   R   R	   R   R
   (   R   R   R   (    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyR      s    (   R   R   R   R   (    (    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyR      s   t   StreamWriterc           B   s   e  Z RS(    (   R   R   (    (    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyR      s   t   StreamReaderc           B   s   e  Z RS(    (   R   R   (    (    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyR      s   c           C   s@   t  j d d d t ƒ  j d t ƒ  j d t d t d t d t ƒ S(	   Nt   names   koi8-rR   R   t   incrementalencodert   incrementaldecodert   streamreadert   streamwriter(	   R   t	   CodecInfoR    R   R   R   R   R   R   (    (    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyt   getregentry!   s    	u¸   	
 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~â”€â”‚â”Œâ”â””â”˜â”œâ”¤â”¬â”´â”¼â–€â–„â–ˆâ–Œâ–â–‘â–’â–“âŒ â– âˆ™âˆšâ‰ˆâ‰¤â‰¥Â âŒ¡Â°Â²Â·Ã·â•â•‘â•’Ñ‘â•“â•”â••â•–â•—â•˜â•™â•šâ•›â•œâ•â•žâ•Ÿâ• â•¡Ðâ•¢â•£â•¤â•¥â•¦â•§â•¨â•©â•ªâ•«â•¬Â©ÑŽÐ°Ð±Ñ†Ð´ÐµÑ„Ð³Ñ…Ð¸Ð¹ÐºÐ»Ð¼Ð½Ð¾Ð¿ÑÑ€ÑÑ‚ÑƒÐ¶Ð²ÑŒÑ‹Ð·ÑˆÑÑ‰Ñ‡ÑŠÐ®ÐÐ‘Ð¦Ð”Ð•Ð¤Ð“Ð¥Ð˜Ð™ÐšÐ›ÐœÐÐžÐŸÐ¯Ð Ð¡Ð¢Ð£Ð–Ð’Ð¬Ð«Ð—Ð¨Ð­Ð©Ð§Ðª(   t   __doc__R   R    R   R   R   R   R   R
   t   charmap_buildR   (    (    (    s&   /usr/lib/python2.7/encodings/koi8_r.pyt   <module>   s   	ÿ 