commit | 63f3d1741824b61eae886e4b29ae2b22a79f2419 | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Thu Jul 06 11:29:01 2000 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Thu Jul 06 11:29:01 2000 +0000 |
tree | d2db010731d65200c4e7db402076b5f9719d01ab | |
parent | 3d1a1d7f0c56fc9e25806d559ef08963d88022db [diff] |
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.