[Python-3000] PEP 3138- String representation in Python 3000 (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Thu May 22 22:38:47 CEST 2008


The Unicode consortium usually uses the terms "UCS2" and "UCS4" when referring to Unicode as "character set", but even there you have an ordering which makes it an encoding.

The Unicode consortium uses the term "coded character set" to describe the assignment of characters in the set to numbers, and "character encoding scheme" to refer to an algorithm that produces a sequence of bytes, and doesn't use the term "encoding" altogether, see

http://www.unicode.org/unicode/reports/tr17/

Regards, Martin



More information about the Python-3000 mailing list