[Tutor] xml stuff

alan.gauld@bt.com alan.gauld@bt.com
Fri, 9 Mar 2001 20:14:15 -0000


> How do I change unicode to askii?

Why would you want to? Unicode strings should work just as 
well as ASCII ones in any of the string functions in Python.
And your program will be that much more widely useful since it 
can handle any alphabet.

Alan G.