Language localization?

Martin von Loewis loewis at informatik.hu-berlin.de
Mon Jan 1 08:24:44 EST 2001


"Franz GEIGER" <fgeiger at datec.at> writes:

> Regardless whether I run scripts within a console or within PythonWin, the
> umlauts (ä = ae, ö = oe, ü = ue) and other special chars are not displayed
> correctly.
> E.g. \n seems to be "translated" to \012.

Please try "print result" instead of just "result" in the interactive
interpreter prompt. When the interpreter displays the result from some
computation, it outputs the repr() of the result, not its str().

Regards,
Martin



More information about the Python-list mailing list