Paul Boddie wrote:
On 15 Okt, 12:08, Helmut Jarausch <[EMAIL PROTECTED]>
wrote:
What defines me as latin1-user?

What does sys.stdout.encoding say? In Python 2.x, at least, that

It says  ansi_x3.4-1968

Where can I change this?
attribute should reflect the capabilities of your environment
(specifically, the character encoding) and help determine whether it
makes sense for Python to try and encode Unicode objects (plain
strings in Python 3.x) using a particular output encoding when
printing those objects to the display.


Thanks,
Helmut.


--
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to