Re: [Tkinter-discuss] tk 8.3 and unicode

2005-06-01 Thread Martin Franklin
Jeff Epler wrote: > This bug must have been fixed between Python 2.2 + Tk 8.3 and Python 2.3 > + Tk 8.4. > > Running a slightly different test program, I get this output on Fedora > Core 1 (Python 2.2 + Tk 8.3): > '\xc2\xa3' > and this output on Fedora Core 2 (Python 2.3 + Tk 8.4): > u'\xa

Re: [Tkinter-discuss] tk 8.3 and unicode

2005-05-27 Thread Jeff Epler
This bug must have been fixed between Python 2.2 + Tk 8.3 and Python 2.3 + Tk 8.4. Running a slightly different test program, I get this output on Fedora Core 1 (Python 2.2 + Tk 8.3): '\xc2\xa3' and this output on Fedora Core 2 (Python 2.3 + Tk 8.4): u'\xa3' You could try defining a c

[Tkinter-discuss] tk 8.3 and unicode

2005-05-26 Thread Martin Franklin
Hi all, Another possibly silly question. My prodcution machines are stuck at python2.2 and tk 8.3 and *I* have a problem with the following code:- import codecs import Tkinter root=Tkinter.Tk() var = Tkinter.StringVar() e = Tkinter.Entry(root, textvariable=var) e.pack() var.set(u"\xa3