Umlauts in idle
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
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
