[Python-3000] How will unicode get used?

"Martin v. Löwis" martin at v.loewis.de
Sat Sep 23 13:38:02 CEST 2006


Adam Olsen schrieb:
> As far as I can tell, CPython on windows uses UTF-16 with code units.
> Perhaps not intentionally, but by default (not throwing an error on
> surrogates).

It's intentionally; that's what PEP 261 specifies.

Regards,
Martin


More information about the Python-3000 mailing list