Michael Lange wrote:
Ok, user input must be checked whether it's unicode or not and if necessary be 
decoded to
unicode with system encoding. For internal operations I should then use only 
unicode strings
and if I need to print something to stdout I must encode it again with system 
encoding, right?

I think that is the best plan.

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to