]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added prototypes for the new codec APIs for strings. These APIs
authorMarc-André Lemburg <mal@egenix.com>
Thu, 6 Jul 2000 11:25:40 +0000 (11:25 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 6 Jul 2000 11:25:40 +0000 (11:25 +0000)
commit3d1a1d7f0c56fc9e25806d559ef08963d88022db
treee792a5a53c128cef023216a01559714f9eaa7f47
parent0a3f7978c40742672a01f3a5ea537e9f45b8b59f
Added prototypes for the new codec APIs for strings. These APIs
match the ones in the Unicode implementation, but were extended
to be able to reuse the existing Unicode codecs for string
purposes too.

Conversion from string to Unicode and back are done using the
default encoding.
Include/stringobject.h