Can Python write foreign characters to the console?
Michel Claveau
mcPas.De.Spam at mclaveauPas.De.Spam.com
Sun Dec 18 06:18:50 EST 2005
More information about the Python-list mailing list
Sun Dec 18 06:18:50 EST 2005
- Previous message (by thread): Cp1251-symbols in SOAP request
- Next message (by thread): Can Python write foreign characters to the console?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi! I have a problem, under win-XP, with this code : # -*- coding: cp-1252 -*- import sys print u"Martin v. Löwis" print "€ for Noël" print u"€ for Noël" sys.exit() ==> "Python a provoqué une erreur" Am I the only one to have that? Michel Claveau -- @-salutations Michel Claveau
- Previous message (by thread): Cp1251-symbols in SOAP request
- Next message (by thread): Can Python write foreign characters to the console?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list