python 3.3 repr

Steven D'Aprano steve+comp.lang.python at pearwood.info
Fri Nov 15 20:09:28 EST 2013


On Fri, 15 Nov 2013 17:47:01 +0000, Neil Cerutti wrote:

> The unicode support I'm learning in Go is, "Everything is utf-8, right?
> RIGHT?!?" It also has the interesting behavior that indexing strings
> retrieves bytes, while iterating over them results in a sequence of
> runes.
> 
> It comes with support for no encodings save utf-8 (natively) and utf-16
> (if you work at it). Is that really enough?

Only if you never need to handle data created by other applications.



-- 
Steven



More information about the Python-list mailing list