Server: appserver-7f0f8755-nginx-15961cad18524ec5a9db05f2a6a7e440
Current directory: /usr/lib/python2.7/encodings
Software: nginx/1.27.5
Shell Command
Create a new file
Upload file
File: ptcp154.py
""" Python Character Mapping Codec generated from 'PTCP154.txt' with gencodec.py. Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. (c) Copyright 2000 Guido van Rossum. """#" import codecs ### Codec APIs class Codec(codecs.Codec): def encode(self,input,errors='strict'): return codecs.charmap_encode(input,errors,encoding_map) def decode(self,input,errors='strict'): return codecs.charmap_decode(input,errors,decoding_map) class IncrementalEncoder(codecs.IncrementalEncoder): def encode(self, input, final=False): return codecs.charmap_encode(input,self.errors,encoding_map)[0] class IncrementalDecoder(codecs.IncrementalDecoder): def decode(self, input, final=False): return codecs.charmap_decode(input,self.errors,decoding_map)[0] class StreamWriter(Codec,codecs.StreamWriter): pass class StreamReader(Codec,codecs.StreamReader): pass ### encodings module API def getregentry(): return codecs.CodecInfo( name='ptcp154', encode=Codec().encode, decode=Codec().decode, incrementalencoder=IncrementalEncoder, incrementaldecoder=IncrementalDecoder, streamreader=StreamReader, streamwriter=StreamWriter, ) ### Decoding Map decoding_map = codecs.make_identity_dict(range(256)) decoding_map.update({ 0x0080: 0x0496, # CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER 0x0081: 0x0492, # CYRILLIC CAPITAL LETTER GHE WITH STROKE 0x0082: 0x04ee, # CYRILLIC CAPITAL LETTER U WITH MACRON 0x0083: 0x0493, # CYRILLIC SMALL LETTER GHE WITH STROKE 0x0084: 0x201e, # DOUBLE LOW-9 QUOTATION MARK 0x0085: 0x2026, # HORIZONTAL ELLIPSIS 0x0086: 0x04b6, # CYRILLIC CAPITAL LETTER CHE WITH DESCENDER 0x0087: 0x04ae, # CYRILLIC CAPITAL LETTER STRAIGHT U 0x0088: 0x04b2, # CYRILLIC CAPITAL LETTER HA WITH DESCENDER 0x0089: 0x04af, # CYRILLIC SMALL LETTER STRAIGHT U 0x008a: 0x04a0, # CYRILLIC CAPITAL LETTER BASHKIR KA 0x008b: 0x04e2, # CYRILLIC CAPITAL LETTER I WITH MACRON 0x008c: 0x04a2, # CYRILLIC CAPITAL LETTER EN WITH DESCENDER 0x008d: 0x049a, # CYRILLIC CAPITAL LETTER KA WITH DESCENDER 0x008e: 0x04ba, # CYRILLIC CAPITAL LETTER SHHA 0x008f: 0x04b8, # CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE 0x0090: 0x0497, # CYRILLIC SMALL LETTER ZHE WITH DESCENDER 0x0091: 0x2018, # LEFT SINGLE QUOTATION MARK 0x0092: 0x2019, # RIGHT SINGLE QUOTATION MARK 0x0093: 0x201c, # LEFT DOUBLE QUOTATION MARK 0x0094: 0x201d, # RIGHT DOUBLE QUOTATION MARK 0x0095: 0x2022, # BULLET 0x0096: 0x2013, # EN DASH 0x0097: 0x2014, # EM DASH 0x0098: 0x04b3, # CYRILLIC SMALL LETTER HA WITH DESCENDER 0x0099: 0x04b7, # CYRILLIC SMALL LETTER CHE WITH DESCENDER 0x009a: 0x04a1, # CYRILLIC SMALL LETTER BASHKIR KA 0x009b: 0x04e3, # CYRILLIC SMALL LETTER I WITH MACRON 0x009c: 0x04a3, # CYRILLIC SMALL LETTER EN WITH DESCENDER 0x009d: 0x049b, # CYRILLIC SMALL LETTER KA WITH DESCENDER 0x009e: 0x04bb, # CYRILLIC SMALL LETTER SHHA 0x009f: 0x04b9, # CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE 0x00a1: 0x040e, # CYRILLIC CAPITAL LETTER SHORT U (Byelorussian) 0x00a2: 0x045e, # CYRILLIC SMALL LETTER SHORT U (Byelorussian) 0x00a3: 0x0408, # CYRILLIC CAPITAL LETTER JE 0x00a4: 0x04e8, # CYRILLIC CAPITAL LETTER BARRED O 0x00a5: 0x0498, # CYRILLIC CAPITAL LETTER ZE WITH DESCENDER 0x00a6: 0x04b0, # CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE 0x00a8: 0x0401, # CYRILLIC CAPITAL LETTER IO 0x00aa: 0x04d8, # CYRILLIC CAPITAL LETTER SCHWA 0x00ad: 0x04ef, # CYRILLIC SMALL LETTER U WITH MACRON 0x00af: 0x049c, # CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE 0x00b1: 0x04b1, # CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE 0x00b2: 0x0406, # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I 0x00b3: 0x0456, # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I 0x00b4: 0x0499, # CYRILLIC SMALL LETTER ZE WITH DESCENDER 0x00b5: 0x04e9, # CYRILLIC SMALL LETTER BARRED O 0x00b8: 0x0451, # CYRILLIC SMALL LETTER IO 0x00b9: 0x2116, # NUMERO SIGN 0x00ba: 0x04d9, # CYRILLIC SMALL LETTER SCHWA 0x00bc: 0x0458, # CYRILLIC SMALL LETTER JE 0x00bd: 0x04aa, # CYRILLIC CAPITAL LETTER ES WITH DESCENDER 0x00be: 0x04ab, # CYRILLIC SMALL LETTER ES WITH DESCENDER 0x00bf: 0x049d, # CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE 0x00c0: 0x0410, # CYRILLIC CAPITAL LETTER A 0x00c1: 0x0411, # CYRILLIC CAPITAL LETTER BE 0x00c2: 0x0412, # CYRILLIC CAPITAL LETTER VE 0x00c3: 0x0413, # CYRILLIC CAPITAL LETTER GHE 0x00c4: 0x0414, # CYRILLIC CAPITAL LETTER DE 0x00c5: 0x0415, # CYRILLIC CAPITAL LETTER IE 0x00c6: 0x0416, # CYRILLIC CAPITAL LETTER ZHE 0x00c7: 0x0417, # CYRILLIC CAPITAL LETTER ZE 0x00c8: 0x0418, # CYRILLIC CAPITAL LETTER I 0x00c9: 0x0419, # CYRILLIC CAPITAL LETTER SHORT I 0x00ca: 0x041a, # CYRILLIC CAPITAL LETTER KA 0x00cb: 0x041b, # CYRILLIC CAPITAL LETTER EL 0x00cc: 0x041c, # CYRILLIC CAPITAL LETTER EM 0x00cd: 0x041d, # CYRILLIC CAPITAL LETTER EN 0x00ce: 0x041e, # CYRILLIC CAPITAL LETTER O 0x00cf: 0x041f, # CYRILLIC CAPITAL LETTER PE 0x00d0: 0x0420, # CYRILLIC CAPITAL LETTER ER 0x00d1: 0x0421, # CYRILLIC CAPITAL LETTER ES 0x00d2: 0x0422, # CYRILLIC CAPITAL LETTER TE 0x00d3: 0x0423, # CYRILLIC CAPITAL LETTER U 0x00d4: 0x0424, # CYRILLIC CAPITAL LETTER EF 0x00d5: 0x0425, # CYRILLIC CAPITAL LETTER HA 0x00d6: 0x0426, # CYRILLIC CAPITAL LETTER TSE 0x00d7: 0x0427, # CYRILLIC CAPITAL LETTER CHE 0x00d8: 0x0428, # CYRILLIC CAPITAL LETTER SHA 0x00d9: 0x0429, # CYRILLIC CAPITAL LETTER SHCHA 0x00da: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN 0x00db: 0x042b, # CYRILLIC CAPITAL LETTER YERU 0x00dc: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN 0x00dd: 0x042d, # CYRILLIC CAPITAL LETTER E 0x00de: 0x042e, # CYRILLIC CAPITAL LETTER YU 0x00df: 0x042f, # CYRILLIC CAPITAL LETTER YA 0x00e0: 0x0430, # CYRILLIC SMALL LETTER A 0x00e1: 0x0431, # CYRILLIC SMALL LETTER BE 0x00e2: 0x0432, # CYRILLIC SMALL LETTER VE 0x00e3: 0x0433, # CYRILLIC SMALL LETTER GHE 0x00e4: 0x0434, # CYRILLIC SMALL LETTER DE 0x00e5: 0x0435, # CYRILLIC SMALL LETTER IE 0x00e6: 0x0436, # CYRILLIC SMALL LETTER ZHE 0x00e7: 0x0437, # CYRILLIC SMALL LETTER ZE 0x00e8: 0x0438, # CYRILLIC SMALL LETTER I 0x00e9: 0x0439, # CYRILLIC SMALL LETTER SHORT I 0x00ea: 0x043a, # CYRILLIC SMALL LETTER KA 0x00eb: 0x043b, # CYRILLIC SMALL LETTER EL 0x00ec: 0x043c, # CYRILLIC SMALL LETTER EM 0x00ed: 0x043d, # CYRILLIC SMALL LETTER EN 0x00ee: 0x043e, # CYRILLIC SMALL LETTER O 0x00ef: 0x043f, # CYRILLIC SMALL LETTER PE 0x00f0: 0x0440, # CYRILLIC SMALL LETTER ER 0x00f1: 0x0441, # CYRILLIC SMALL LETTER ES 0x00f2: 0x0442, # CYRILLIC SMALL LETTER TE 0x00f3: 0x0443, # CYRILLIC SMALL LETTER U 0x00f4: 0x0444, # CYRILLIC SMALL LETTER EF 0x00f5: 0x0445, # CYRILLIC SMALL LETTER HA 0x00f6: 0x0446, # CYRILLIC SMALL LETTER TSE 0x00f7: 0x0447, # CYRILLIC SMALL LETTER CHE 0x00f8: 0x0448, # CYRILLIC SMALL LETTER SHA 0x00f9: 0x0449, # CYRILLIC SMALL LETTER SHCHA 0x00fa: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN 0x00fb: 0x044b, # CYRILLIC SMALL LETTER YERU 0x00fc: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN 0x00fd: 0x044d, # CYRILLIC SMALL LETTER E 0x00fe: 0x044e, # CYRILLIC SMALL LETTER YU 0x00ff: 0x044f, # CYRILLIC SMALL LETTER YA }) ### Encoding Map encoding_map = codecs.make_encoding_map(decoding_map)
.
240 Items
Change directory
Remove directory
Rename directory
..
442 Items
Change directory
Remove directory
Rename directory
__init__.py
5.56 KB
Edit
Delete
Copy
Move
Remame
__init__.pyc
4.27 KB
Edit
Delete
Copy
Move
Remame
aliases.py
14.5 KB
Edit
Delete
Copy
Move
Remame
aliases.pyc
8.56 KB
Edit
Delete
Copy
Move
Remame
ascii.py
1.22 KB
Edit
Delete
Copy
Move
Remame
ascii.pyc
2.21 KB
Edit
Delete
Copy
Move
Remame
base64_codec.py
2.32 KB
Edit
Delete
Copy
Move
Remame
base64_codec.pyc
3.75 KB
Edit
Delete
Copy
Move
Remame
big5.py
1 KB
Edit
Delete
Copy
Move
Remame
big5.pyc
1.71 KB
Edit
Delete
Copy
Move
Remame
big5hkscs.py
1.01 KB
Edit
Delete
Copy
Move
Remame
big5hkscs.pyc
1.75 KB
Edit
Delete
Copy
Move
Remame
bz2_codec.py
2.96 KB
Edit
Delete
Copy
Move
Remame
bz2_codec.pyc
4.62 KB
Edit
Delete
Copy
Move
Remame
charmap.py
2.04 KB
Edit
Delete
Copy
Move
Remame
charmap.pyc
3.39 KB
Edit
Delete
Copy
Move
Remame
cp037.py
13.06 KB
Edit
Delete
Copy
Move
Remame
cp037.pyc
2.77 KB
Edit
Delete
Copy
Move
Remame
cp1006.py
13.5 KB
Edit
Delete
Copy
Move
Remame
cp1006.pyc
2.85 KB
Edit
Delete
Copy
Move
Remame
cp1026.py
13.06 KB
Edit
Delete
Copy
Move
Remame
cp1026.pyc
2.78 KB
Edit
Delete
Copy
Move
Remame
cp1140.py
13.05 KB
Edit
Delete
Copy
Move
Remame
cp1140.pyc
2.77 KB
Edit
Delete
Copy
Move
Remame
cp1250.py
13.62 KB
Edit
Delete
Copy
Move
Remame
cp1250.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
cp1251.py
13.3 KB
Edit
Delete
Copy
Move
Remame
cp1251.pyc
2.8 KB
Edit
Delete
Copy
Move
Remame
cp1252.py
13.44 KB
Edit
Delete
Copy
Move
Remame
cp1252.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
cp1253.py
13.04 KB
Edit
Delete
Copy
Move
Remame
cp1253.pyc
2.82 KB
Edit
Delete
Copy
Move
Remame
cp1254.py
13.44 KB
Edit
Delete
Copy
Move
Remame
cp1254.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
cp1255.py
12.42 KB
Edit
Delete
Copy
Move
Remame
cp1255.pyc
2.83 KB
Edit
Delete
Copy
Move
Remame
cp1256.py
12.76 KB
Edit
Delete
Copy
Move
Remame
cp1256.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
cp1257.py
13.31 KB
Edit
Delete
Copy
Move
Remame
cp1257.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
cp1258.py
13.3 KB
Edit
Delete
Copy
Move
Remame
cp1258.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
cp424.py
12.02 KB
Edit
Delete
Copy
Move
Remame
cp424.pyc
2.8 KB
Edit
Delete
Copy
Move
Remame
cp437.py
34 KB
Edit
Delete
Copy
Move
Remame
cp437.pyc
7.88 KB
Edit
Delete
Copy
Move
Remame
cp500.py
13.06 KB
Edit
Delete
Copy
Move
Remame
cp500.pyc
2.77 KB
Edit
Delete
Copy
Move
Remame
cp720.py
13.37 KB
Edit
Delete
Copy
Move
Remame
cp720.pyc
2.87 KB
Edit
Delete
Copy
Move
Remame
cp737.py
34.12 KB
Edit
Delete
Copy
Move
Remame
cp737.pyc
8.11 KB
Edit
Delete
Copy
Move
Remame
cp775.py
33.92 KB
Edit
Delete
Copy
Move
Remame
cp775.pyc
7.9 KB
Edit
Delete
Copy
Move
Remame
cp850.py
33.56 KB
Edit
Delete
Copy
Move
Remame
cp850.pyc
7.64 KB
Edit
Delete
Copy
Move
Remame
cp852.py
34.43 KB
Edit
Delete
Copy
Move
Remame
cp852.pyc
7.9 KB
Edit
Delete
Copy
Move
Remame
cp855.py
33.31 KB
Edit
Delete
Copy
Move
Remame
cp855.pyc
8.08 KB
Edit
Delete
Copy
Move
Remame
cp856.py
12.38 KB
Edit
Delete
Copy
Move
Remame
cp856.pyc
2.83 KB
Edit
Delete
Copy
Move
Remame
cp857.py
33.36 KB
Edit
Delete
Copy
Move
Remame
cp857.pyc
7.63 KB
Edit
Delete
Copy
Move
Remame
cp858.py
33.47 KB
Edit
Delete
Copy
Move
Remame
cp858.pyc
7.61 KB
Edit
Delete
Copy
Move
Remame
cp860.py
34.12 KB
Edit
Delete
Copy
Move
Remame
cp860.pyc
7.87 KB
Edit
Delete
Copy
Move
Remame
cp861.py
34.07 KB
Edit
Delete
Copy
Move
Remame
cp861.pyc
7.88 KB
Edit
Delete
Copy
Move
Remame
cp862.py
32.84 KB
Edit
Delete
Copy
Move
Remame
cp862.pyc
8.01 KB
Edit
Delete
Copy
Move
Remame
cp863.py
33.7 KB
Edit
Delete
Copy
Move
Remame
cp863.pyc
7.88 KB
Edit
Delete
Copy
Move
Remame
cp864.py
33.12 KB
Edit
Delete
Copy
Move
Remame
cp864.pyc
8 KB
Edit
Delete
Copy
Move
Remame
cp865.py
34.06 KB
Edit
Delete
Copy
Move
Remame
cp865.pyc
7.88 KB
Edit
Delete
Copy
Move
Remame
cp866.py
33.84 KB
Edit
Delete
Copy
Move
Remame
cp866.pyc
8.11 KB
Edit
Delete
Copy
Move
Remame
cp869.py
32.44 KB
Edit
Delete
Copy
Move
Remame
cp869.pyc
7.92 KB
Edit
Delete
Copy
Move
Remame
cp874.py
12.55 KB
Edit
Delete
Copy
Move
Remame
cp874.pyc
2.9 KB
Edit
Delete
Copy
Move
Remame
cp875.py
12.8 KB
Edit
Delete
Copy
Move
Remame
cp875.pyc
2.77 KB
Edit
Delete
Copy
Move
Remame
cp932.py
1 KB
Edit
Delete
Copy
Move
Remame
cp932.pyc
1.72 KB
Edit
Delete
Copy
Move
Remame
cp949.py
1 KB
Edit
Delete
Copy
Move
Remame
cp949.pyc
1.72 KB
Edit
Delete
Copy
Move
Remame
cp950.py
1 KB
Edit
Delete
Copy
Move
Remame
cp950.pyc
1.72 KB
Edit
Delete
Copy
Move
Remame
euc_jis_2004.py
1.03 KB
Edit
Delete
Copy
Move
Remame
euc_jis_2004.pyc
1.78 KB
Edit
Delete
Copy
Move
Remame
euc_jisx0213.py
1.03 KB
Edit
Delete
Copy
Move
Remame
euc_jisx0213.pyc
1.78 KB
Edit
Delete
Copy
Move
Remame
euc_jp.py
1 KB
Edit
Delete
Copy
Move
Remame
euc_jp.pyc
1.73 KB
Edit
Delete
Copy
Move
Remame
euc_kr.py
1 KB
Edit
Delete
Copy
Move
Remame
euc_kr.pyc
1.73 KB
Edit
Delete
Copy
Move
Remame
gb18030.py
1.01 KB
Edit
Delete
Copy
Move
Remame
gb18030.pyc
1.74 KB
Edit
Delete
Copy
Move
Remame
gb2312.py
1 KB
Edit
Delete
Copy
Move
Remame
gb2312.pyc
1.73 KB
Edit
Delete
Copy
Move
Remame
gbk.py
0.99 KB
Edit
Delete
Copy
Move
Remame
gbk.pyc
1.71 KB
Edit
Delete
Copy
Move
Remame
hex_codec.py
2.29 KB
Edit
Delete
Copy
Move
Remame
hex_codec.pyc
3.7 KB
Edit
Delete
Copy
Move
Remame
hp_roman8.py
7.22 KB
Edit
Delete
Copy
Move
Remame
hp_roman8.pyc
4.02 KB
Edit
Delete
Copy
Move
Remame
hz.py
0.99 KB
Edit
Delete
Copy
Move
Remame
hz.pyc
1.7 KB
Edit
Delete
Copy
Move
Remame
idna.py
8.28 KB
Edit
Delete
Copy
Move
Remame
idna.pyc
6.23 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp.py
1.03 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp.pyc
1.77 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp_1.py
1.04 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp_1.pyc
1.78 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp_2.py
1.04 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp_2.pyc
1.78 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp_2004.py
1.05 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp_2004.pyc
1.81 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp_3.py
1.04 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp_3.pyc
1.78 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp_ext.py
1.04 KB
Edit
Delete
Copy
Move
Remame
iso2022_jp_ext.pyc
1.8 KB
Edit
Delete
Copy
Move
Remame
iso2022_kr.py
1.03 KB
Edit
Delete
Copy
Move
Remame
iso2022_kr.pyc
1.77 KB
Edit
Delete
Copy
Move
Remame
iso8859_1.py
13.12 KB
Edit
Delete
Copy
Move
Remame
iso8859_1.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
iso8859_10.py
13.52 KB
Edit
Delete
Copy
Move
Remame
iso8859_10.pyc
2.82 KB
Edit
Delete
Copy
Move
Remame
iso8859_11.py
12.3 KB
Edit
Delete
Copy
Move
Remame
iso8859_11.pyc
2.92 KB
Edit
Delete
Copy
Move
Remame
iso8859_13.py
13.21 KB
Edit
Delete
Copy
Move
Remame
iso8859_13.pyc
2.83 KB
Edit
Delete
Copy
Move
Remame
iso8859_14.py
13.58 KB
Edit
Delete
Copy
Move
Remame
iso8859_14.pyc
2.84 KB
Edit
Delete
Copy
Move
Remame
iso8859_15.py
13.15 KB
Edit
Delete
Copy
Move
Remame
iso8859_15.pyc
2.82 KB
Edit
Delete
Copy
Move
Remame
iso8859_16.py
13.49 KB
Edit
Delete
Copy
Move
Remame
iso8859_16.pyc
2.83 KB
Edit
Delete
Copy
Move
Remame
iso8859_2.py
13.34 KB
Edit
Delete
Copy
Move
Remame
iso8859_2.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
iso8859_3.py
13.03 KB
Edit
Delete
Copy
Move
Remame
iso8859_3.pyc
2.82 KB
Edit
Delete
Copy
Move
Remame
iso8859_4.py
13.31 KB
Edit
Delete
Copy
Move
Remame
iso8859_4.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
iso8859_5.py
12.96 KB
Edit
Delete
Copy
Move
Remame
iso8859_5.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
iso8859_6.py
10.83 KB
Edit
Delete
Copy
Move
Remame
iso8859_6.pyc
2.85 KB
Edit
Delete
Copy
Move
Remame
iso8859_7.py
12.79 KB
Edit
Delete
Copy
Move
Remame
iso8859_7.pyc
2.82 KB
Edit
Delete
Copy
Move
Remame
iso8859_8.py
11.03 KB
Edit
Delete
Copy
Move
Remame
iso8859_8.pyc
2.85 KB
Edit
Delete
Copy
Move
Remame
iso8859_9.py
13.1 KB
Edit
Delete
Copy
Move
Remame
iso8859_9.pyc
2.81 KB
Edit
Delete
Copy
Move
Remame
johab.py
1 KB
Edit
Delete
Copy
Move
Remame
johab.pyc
1.72 KB
Edit
Delete
Copy
Move
Remame
koi8_r.py
13.71 KB
Edit
Delete
Copy
Move
Remame
koi8_r.pyc
2.83 KB
Edit
Delete
Copy
Move
Remame
koi8_u.py
13.69 KB
Edit
Delete
Copy
Move
Remame
koi8_u.pyc
2.82 KB
Edit
Delete
Copy
Move
Remame
latin_1.py
1.23 KB
Edit
Delete
Copy
Move
Remame
latin_1.pyc
2.24 KB
Edit
Delete
Copy
Move
Remame
mac_arabic.py
35.86 KB
Edit
Delete
Copy
Move
Remame
mac_arabic.pyc
7.83 KB
Edit
Delete
Copy
Move
Remame
mac_centeuro.py
14.02 KB
Edit
Delete
Copy
Move
Remame
mac_centeuro.pyc
2.88 KB
Edit
Delete
Copy
Move
Remame
mac_croatian.py
13.56 KB
Edit
Delete
Copy
Move
Remame
mac_croatian.pyc
2.88 KB
Edit
Delete
Copy
Move
Remame
mac_cyrillic.py
13.39 KB
Edit
Delete
Copy
Move
Remame
mac_cyrillic.pyc
2.87 KB
Edit
Delete
Copy
Move
Remame
mac_farsi.py
15.06 KB
Edit
Delete
Copy
Move
Remame
mac_farsi.pyc
2.79 KB
Edit
Delete
Copy
Move
Remame
mac_greek.py
13.65 KB
Edit
Delete
Copy
Move
Remame
mac_greek.pyc
2.83 KB
Edit
Delete
Copy
Move
Remame
mac_iceland.py
13.43 KB
Edit
Delete
Copy
Move
Remame
mac_iceland.pyc
2.87 KB
Edit
Delete
Copy
Move
Remame
mac_latin2.py
8.36 KB
Edit
Delete
Copy
Move
Remame
mac_latin2.pyc
4.8 KB
Edit
Delete
Copy
Move
Remame
mac_roman.py
13.41 KB
Edit
Delete
Copy
Move
Remame
mac_roman.pyc
2.85 KB
Edit
Delete
Copy
Move
Remame
mac_romanian.py
13.59 KB
Edit
Delete
Copy
Move
Remame
mac_romanian.pyc
2.88 KB
Edit
Delete
Copy
Move
Remame
mac_turkish.py
13.45 KB
Edit
Delete
Copy
Move
Remame
mac_turkish.pyc
2.87 KB
Edit
Delete
Copy
Move
Remame
mbcs.py
1.18 KB
Edit
Delete
Copy
Move
Remame
mbcs.pyc
1.98 KB
Edit
Delete
Copy
Move
Remame
palmos.py
2.87 KB
Edit
Delete
Copy
Move
Remame
palmos.pyc
3 KB
Edit
Delete
Copy
Move
Remame
ptcp154.py
8.74 KB
Edit
Delete
Copy
Move
Remame
ptcp154.pyc
4.78 KB
Edit
Delete
Copy
Move
Remame
punycode.py
6.65 KB
Edit
Delete
Copy
Move
Remame
punycode.pyc
7.76 KB
Edit
Delete
Copy
Move
Remame
quopri_codec.py
2.14 KB
Edit
Delete
Copy
Move
Remame
quopri_codec.pyc
3.57 KB
Edit
Delete
Copy
Move
Remame
raw_unicode_escape.py
1.18 KB
Edit
Delete
Copy
Move
Remame
raw_unicode_escape.pyc
2.16 KB
Edit
Delete
Copy
Move
Remame
rot_13.py
2.55 KB
Edit
Delete
Copy
Move
Remame
rot_13.pyc
3.58 KB
Edit
Delete
Copy
Move
Remame
shift_jis.py
1.01 KB
Edit
Delete
Copy
Move
Remame
shift_jis.pyc
1.75 KB
Edit
Delete
Copy
Move
Remame
shift_jis_2004.py
1.03 KB
Edit
Delete
Copy
Move
Remame
shift_jis_2004.pyc
1.79 KB
Edit
Delete
Copy
Move
Remame
shift_jisx0213.py
1.03 KB
Edit
Delete
Copy
Move
Remame
shift_jisx0213.pyc
1.79 KB
Edit
Delete
Copy
Move
Remame
string_escape.py
0.93 KB
Edit
Delete
Copy
Move
Remame
string_escape.pyc
2.02 KB
Edit
Delete
Copy
Move
Remame
tis_620.py
12.26 KB
Edit
Delete
Copy
Move
Remame
tis_620.pyc
2.88 KB
Edit
Delete
Copy
Move
Remame
undefined.py
1.27 KB
Edit
Delete
Copy
Move
Remame
undefined.pyc
2.54 KB
Edit
Delete
Copy
Move
Remame
unicode_escape.py
1.16 KB
Edit
Delete
Copy
Move
Remame
unicode_escape.pyc
2.11 KB
Edit
Delete
Copy
Move
Remame
unicode_internal.py
1.17 KB
Edit
Delete
Copy
Move
Remame
unicode_internal.pyc
2.13 KB
Edit
Delete
Copy
Move
Remame
utf_16.py
3.89 KB
Edit
Delete
Copy
Move
Remame
utf_16.pyc
5.05 KB
Edit
Delete
Copy
Move
Remame
utf_16_be.py
1.01 KB
Edit
Delete
Copy
Move
Remame
utf_16_be.pyc
1.95 KB
Edit
Delete
Copy
Move
Remame
utf_16_le.py
1.01 KB
Edit
Delete
Copy
Move
Remame
utf_16_le.pyc
1.95 KB
Edit
Delete
Copy
Move
Remame
utf_32.py
5.01 KB
Edit
Delete
Copy
Move
Remame
utf_32.pyc
5.6 KB
Edit
Delete
Copy
Move
Remame
utf_32_be.py
0.91 KB
Edit
Delete
Copy
Move
Remame
utf_32_be.pyc
1.85 KB
Edit
Delete
Copy
Move
Remame
utf_32_le.py
0.91 KB
Edit
Delete
Copy
Move
Remame
utf_32_le.pyc
1.85 KB
Edit
Delete
Copy
Move
Remame
utf_7.py
0.92 KB
Edit
Delete
Copy
Move
Remame
utf_7.pyc
1.85 KB
Edit
Delete
Copy
Move
Remame
utf_8.py
0.98 KB
Edit
Delete
Copy
Move
Remame
utf_8.pyc
1.9 KB
Edit
Delete
Copy
Move
Remame
utf_8_sig.py
3.6 KB
Edit
Delete
Copy
Move
Remame
utf_8_sig.pyc
4.87 KB
Edit
Delete
Copy
Move
Remame
uu_codec.py
3.68 KB
Edit
Delete
Copy
Move
Remame
uu_codec.pyc
4.8 KB
Edit
Delete
Copy
Move
Remame
zlib_codec.py
2.98 KB
Edit
Delete
Copy
Move
Remame
zlib_codec.pyc
4.54 KB
Edit
Delete
Copy
Move
Remame