From: jefff35 Date: 2010-08-11T04:35:10+09:00 Subject: TkVariable and accents hello, I'm working on a small gui, I have a tkEntry, for reading the tkEntry.textvariable I have a tkVariable. when I enter something as "toto" in the tkentry i get it in the tkvariable. but when I enter "té" I get t "tÚ" in the tkvariable. how come I get "tÚ". is there a way to handle accents? or maybe I shoud use something else than a tkvariable