[Zope3-dev] i18n, unicode, and the underline

Guido van Rossum guido@python.org
Mon, 14 Apr 2003 12:27:07 -0400


> unicode strings may use 16 or 32 bit UTF encoding
> regular strings use 7 bit ascii
> what is this 8 bit ascii that is being talked about ?

Nobody is saying 8-bit ASCII.  We're talking about 8-bit *strings*,
which is the 'str' datatype in Python.

--Guido van Rossum (home page: http://www.python.org/~guido/)