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 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to