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


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





More information about the Python-list mailing list