an0malaus opened this issue on Apr 12, 2005 ยท 2 posts
ytetsu posted Thu, 14 April 2005 at 6:53 AM
I'm using Windoos, so I'm not sure about Mac.
If you can not show Japanese character although specify japanese font after unicode("..."."mbcs"), font("Japanese font name", size, attribute), plese change encoding="ascii" to encoding="mbcs" in the site.py at ":Runtime:Python:Lib".
I could show japanese changing abobe on Poser5J with WinXP.
But in normal case, I can show japanes only write like followings.
Label(master,text=unicode("Japanese characters","mbcs"),font=("Japanese font name"),14,"bold")...
Message edited on: 04/14/2005 06:55