Umlauts in idle

2008-12-12 Thread a_olme
Hello all,

When I try to use umlauts in idle it will only print out as Unicode
escape characters. Is it possible to configure idle to print them as
ordinary characters?

Best Regards Anders Olme
--
http://mail.python.org/mailman/listinfo/python-list


Re: Umlauts in idle

2008-12-13 Thread a_olme
On 13 Dec, 10:38, "Martin v. Löwis"  wrote:
> > When I try to use umlauts in idle it will only print out as Unicode
> > escape characters. Is it possible to configure idle to print them as
> > ordinary characters?
>
> Did you really use the print statement? They print out fine for me.
>
> Regards,
> Martin

No I just put the characters in quotes like this "öäå"[::-1] and
pressed return.

//olme
--
http://mail.python.org/mailman/listinfo/python-list