On Oct 15, 5:24 pm, "Michel Claveau - MVP"<enleverlesx_xx...@xmclavxeaux.com.invalid> wrote: > Hi! > > 1) the good syntax is: > # -*- coding: latin-1 -*- > print "**********************************************************" > oo = "ö" > print "char=<%s>" % oo > print "**********************************************************" > > 2) in the console (commandLine), use this command: CHCP 1252 {Enter} > (before run your script) > > @-salutations > -- > Michel Claveau
Thanks that worked. -- http://mail.python.org/mailman/listinfo/python-list