Unicode issue on Windows cmd line

Benjamin Kaplan benjamin.kaplan at case.edu
Wed Feb 11 16:10:43 EST 2009


On Wed, Feb 11, 2009 at 3:57 PM, "Martin v. Löwis" <martin at v.loewis.de>wrote:

> > 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!
>
> Well, your terminal just cannot display this character by default; you
> need to use a different terminal program, or reconfigure your terminal.
>
> For example, do
>
> chcp 1252
>
> and select Lucida Console as the terminal font, then try again.
>
> Of course, this will cause *different* characters to become
> non-displayable.


Well,

>
>
> Regards,
> Martin
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090211/0c114570/attachment.html>


More information about the Python-list mailing list