Unicode issue on Windows cmd line

jeffg jeffgemail at gmail.com
Wed Feb 11 13:35:35 EST 2009


Having issue on Windows cmd.
> Python.exe
>>>a = u'\xf0'
>>>print a

This gives a unicode error.

Works fine in IDLE, PythonWin, and my Macbook but I need to run this
from a windows batch.

Character should look like this "ð".

Please help!



More information about the Python-list mailing list