in reply to Tk hidden binding

Unicode is still a dark area for me too, but before one of the unicode experts can answer you, try putting one, the other, or both, in your script.
use utf8; $Tk::encodeFallback=1;

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

Replies are listed 'Best First'.
Re^2: Tk hidden binding
by emilbarton (Scribe) on Jul 23, 2011 at 14:56 UTC
    Thank you but unfortunately these lines don't impede the insertion.
Re^2: Tk hidden binding
by emilbarton (Scribe) on Jul 23, 2011 at 18:45 UTC
    Besides I don't understand why I should care about Unicode in my program which doesn't deal with special characters.