unicode and os.system

Erik Max Francis max at alcyone.com
Fri Sep 2 19:11:48 EDT 2005


Dumbkiwi wrote:

> Can anyone help me to work through this issue?  I'm a bit lost as to where
> to start.

If you want to convert it to UTF-8, then do so with

	u.decode('utf-8')

-- 
Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   Liberty is the right to do whatever the law permits.
   -- Charles Louis Montesquieu



More information about the Python-list mailing list