]> granicus.if.org Git - python/commit
Added new codec APIs and a new interface method .encode() which
authorMarc-André Lemburg <mal@egenix.com>
Thu, 6 Jul 2000 11:29:01 +0000 (11:29 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 6 Jul 2000 11:29:01 +0000 (11:29 +0000)
commit63f3d1741824b61eae886e4b29ae2b22a79f2419
treed2db010731d65200c4e7db402076b5f9719d01ab
parent3d1a1d7f0c56fc9e25806d559ef08963d88022db
Added new codec APIs and a new interface method .encode() which
works just like the Unicode one. The C APIs match the ones in the Unicode
implementation, but were extended to be able to reuse the existing
Unicode codecs for string purposes too.

Conversions from string to Unicode and back are done using the
default encoding.
Objects/stringobject.c