Hi all,

Does anybody know how to decode to Windows Latin ("ANSI")
I know how to decode to utf-8:
stringinput = stringinput.decode('utf-8')
but while I use
stringinput = stringinput.decode('ANSI')
LookupError: unknown encoding: ANSI

so what is the correct way to do it?

Thanks and !Happy Khmer New Year!

kakada

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

Reply via email to