Problem with -3 switch

Дамјан Георгиевски gdamjan at gmail.com
Mon Jan 12 19:31:38 EST 2009


> Perhaps you also like to hear from a developer who has worked on
> Python 3.0 itself and who has done lots of work with internationalized
> applications. If you want to get it right you must
> 
> * decode incoming text data to unicode as early as possible
> * use unicode for all internal text data
> * encode outgoing unicode as late as possible.
> 
> where incoming data is read from the file system, database, network
> etc.

amen to that... I hate all those apps/libs that only work with ASCII.





-- 
дамјан ( http://softver.org.mk/damjan/ )

Spammers scratch here with a diamond to find my address:
|||||||||||||||||||||||||||||||||||||||||||||||



More information about the Python-list mailing list