| Server IP : 118.27.122.248 / Your IP : 216.73.216.124 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python27/lib64/python2.7/test/ |
Upload File : |
� �q2_c @ s� d d l m Z d d l m Z d d l Z d e j e j f d � � YZ d e j e j f d � � YZ d e j e j f d � � YZ d e j e j f d � � YZ d e j e j f d � � YZ d � Z e d k r� e � n d S( i����( t test_support( t multibytecodec_supportNt TestCP932Mapc B sf e Z d Z d Z d d d d d g Z x: e d d � D]) Z e j e e � e e d � f � q7 WRS( t cp932s+ http://www.pythontest.net/unicode/CP932.TXTs �u s �u s �u s �u s �u i� i� i�� ( s �u ( s �u ( s �u ( s �u ( s �u ( t __name__t __module__t encodingt mapfileurlt supmapst ranget it appendt chrt unichr( ( ( s; /opt/alt/python27/lib64/python2.7/test/test_codecmaps_jp.pyR s t TestEUCJPCOMPATMapc B s e Z d Z d Z d Z RS( t euc_jps EUC-JP.TXTs, http://www.pythontest.net/unicode/EUC-JP.TXT( R R R t mapfilenameR ( ( ( s; /opt/alt/python27/lib64/python2.7/test/test_codecmaps_jp.pyR s t TestSJISCOMPATMapc B s2 e Z d Z d Z d Z d g Z d d d g Z RS( t shift_jiss SHIFTJIS.TXTs. http://www.pythontest.net/unicode/SHIFTJIS.TXTs �_u \s \u ¥t ~u ‾( s �_u \( s \u ¥( R u ‾( s �_u \( R R R R R t pass_enctestt pass_dectest( ( ( s; /opt/alt/python27/lib64/python2.7/test/test_codecmaps_jp.pyR s t TestEUCJISX0213Mapc B s e Z d Z d Z d Z RS( t euc_jisx0213s EUC-JISX0213.TXTs2 http://www.pythontest.net/unicode/EUC-JISX0213.TXT( R R R R R ( ( ( s; /opt/alt/python27/lib64/python2.7/test/test_codecmaps_jp.pyR . s t TestSJISX0213Mapc B s e Z d Z d Z d Z RS( t shift_jisx0213s SHIFT_JISX0213.TXTs4 http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT( R R R R R ( ( ( s; /opt/alt/python27/lib64/python2.7/test/test_codecmaps_jp.pyR 5 s c C s t j t � d S( N( R t run_unittestR ( ( ( s; /opt/alt/python27/lib64/python2.7/test/test_codecmaps_jp.pyt test_main<