cpython/Lib/encodings
Guido van Rossum 24bdb0474f Marc-Andre Lemburg:
The attached patch set includes a workaround to get Python with
Unicode compile on BSDI 4.x (courtesy Thomas Wouters; the cause
is a bug in the BSDI wchar.h header file) and Python interfaces
for the MBCS codec donated by Mark Hammond.

Also included are some minor corrections w/r to the docs of
the new "es" and "es#" parser markers (use PyMem_Free() instead
of free(); thanks to Mark Hammond for finding these).

The unicodedata tests are now in a separate file
(test_unicodedata.py) to avoid problems if the module cannot
be found.
2000-03-28 20:29:59 +00:00
..
__init__.py
aliases.py
ascii.py
charmap.py
cp037.py
cp424.py
cp437.py
cp500.py
cp737.py
cp775.py
cp850.py
cp852.py
cp855.py
cp856.py
cp857.py
cp860.py
cp861.py
cp862.py
cp863.py
cp864.py
cp865.py
cp866.py
cp869.py
cp874.py
cp875.py
cp1006.py
cp1026.py
cp1250.py
cp1251.py
cp1252.py
cp1253.py
cp1254.py
cp1255.py
cp1256.py
cp1257.py
cp1258.py
iso8859_1.py
iso8859_2.py
iso8859_3.py
iso8859_4.py
iso8859_5.py
iso8859_6.py
iso8859_7.py
iso8859_8.py
iso8859_9.py
iso8859_10.py
iso8859_13.py
iso8859_14.py
iso8859_15.py
koi8_r.py
latin_1.py
mac_cyrillic.py
mac_greek.py
mac_iceland.py
mac_latin2.py
mac_roman.py
mac_turkish.py
mbcs.py Marc-Andre Lemburg: 2000-03-28 20:29:59 +00:00
raw_unicode_escape.py
unicode_escape.py
unicode_internal.py
utf_8.py
utf_16.py
utf_16_be.py
utf_16_le.py