[Tutor] How to insert Chinese into Tkinter Text widget?

Gary xiaowp@chinaren.com
Wed, 22 Aug 2001 20:54:10 +0800


Hello, all:
   I have a question about Tkinter. In my Python script, I use a 
Tkinter Text widget and I want to insert a Chinese string into 
it. I write it like this:
	text.insert(END,  Chinese-str)
Here 'text' is a Text widget and the 'Chinese-str' is the string I
want to display. To my suprise, it doesn't work. Should I use 
UNICODE? I'm really a freshman, please help me. Thanks ahead.

Best Regards,
Gary

=======================
xiaowp@chinaren.com
2001-08-21
========================