]> granicus.if.org Git - python/commit
Marc-Andre Lemburg: Unicode encodings.
authorGuido van Rossum <guido@python.org>
Fri, 10 Mar 2000 23:17:24 +0000 (23:17 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Mar 2000 23:17:24 +0000 (23:17 +0000)
commit0229bf6001a4514f70cc30c1c558b8ece2b8ce79
treef117397c0692bbb5bf39fe93c889fb35e7e8b695
parent21288edad084243ba34e51ae37b2ad1c2dfcccd7
Marc-Andre Lemburg: Unicode encodings.
64 files changed:
Lib/encodings/__init__.py [new file with mode: 0644]
Lib/encodings/aliases.py [new file with mode: 0644]
Lib/encodings/ascii.py [new file with mode: 0644]
Lib/encodings/charmap.py [new file with mode: 0644]
Lib/encodings/cp037.py [new file with mode: 0644]
Lib/encodings/cp1006.py [new file with mode: 0644]
Lib/encodings/cp1026.py [new file with mode: 0644]
Lib/encodings/cp1250.py [new file with mode: 0644]
Lib/encodings/cp1251.py [new file with mode: 0644]
Lib/encodings/cp1252.py [new file with mode: 0644]
Lib/encodings/cp1253.py [new file with mode: 0644]
Lib/encodings/cp1254.py [new file with mode: 0644]
Lib/encodings/cp1255.py [new file with mode: 0644]
Lib/encodings/cp1256.py [new file with mode: 0644]
Lib/encodings/cp1257.py [new file with mode: 0644]
Lib/encodings/cp1258.py [new file with mode: 0644]
Lib/encodings/cp424.py [new file with mode: 0644]
Lib/encodings/cp437.py [new file with mode: 0644]
Lib/encodings/cp500.py [new file with mode: 0644]
Lib/encodings/cp737.py [new file with mode: 0644]
Lib/encodings/cp775.py [new file with mode: 0644]
Lib/encodings/cp850.py [new file with mode: 0644]
Lib/encodings/cp852.py [new file with mode: 0644]
Lib/encodings/cp855.py [new file with mode: 0644]
Lib/encodings/cp856.py [new file with mode: 0644]
Lib/encodings/cp857.py [new file with mode: 0644]
Lib/encodings/cp860.py [new file with mode: 0644]
Lib/encodings/cp861.py [new file with mode: 0644]
Lib/encodings/cp862.py [new file with mode: 0644]
Lib/encodings/cp863.py [new file with mode: 0644]
Lib/encodings/cp864.py [new file with mode: 0644]
Lib/encodings/cp865.py [new file with mode: 0644]
Lib/encodings/cp866.py [new file with mode: 0644]
Lib/encodings/cp869.py [new file with mode: 0644]
Lib/encodings/cp874.py [new file with mode: 0644]
Lib/encodings/cp875.py [new file with mode: 0644]
Lib/encodings/iso8859_1.py [new file with mode: 0644]
Lib/encodings/iso8859_10.py [new file with mode: 0644]
Lib/encodings/iso8859_13.py [new file with mode: 0644]
Lib/encodings/iso8859_14.py [new file with mode: 0644]
Lib/encodings/iso8859_15.py [new file with mode: 0644]
Lib/encodings/iso8859_2.py [new file with mode: 0644]
Lib/encodings/iso8859_3.py [new file with mode: 0644]
Lib/encodings/iso8859_4.py [new file with mode: 0644]
Lib/encodings/iso8859_5.py [new file with mode: 0644]
Lib/encodings/iso8859_6.py [new file with mode: 0644]
Lib/encodings/iso8859_7.py [new file with mode: 0644]
Lib/encodings/iso8859_8.py [new file with mode: 0644]
Lib/encodings/iso8859_9.py [new file with mode: 0644]
Lib/encodings/koi8_r.py [new file with mode: 0644]
Lib/encodings/latin_1.py [new file with mode: 0644]
Lib/encodings/mac_cyrillic.py [new file with mode: 0644]
Lib/encodings/mac_greek.py [new file with mode: 0644]
Lib/encodings/mac_iceland.py [new file with mode: 0644]
Lib/encodings/mac_latin2.py [new file with mode: 0644]
Lib/encodings/mac_roman.py [new file with mode: 0644]
Lib/encodings/mac_turkish.py [new file with mode: 0644]
Lib/encodings/raw_unicode_escape.py [new file with mode: 0644]
Lib/encodings/unicode_escape.py [new file with mode: 0644]
Lib/encodings/unicode_internal.py [new file with mode: 0644]
Lib/encodings/utf_16.py [new file with mode: 0644]
Lib/encodings/utf_16_be.py [new file with mode: 0644]
Lib/encodings/utf_16_le.py [new file with mode: 0644]
Lib/encodings/utf_8.py [new file with mode: 0644]