in reply to Tk Entry & Right Single Quote

If you want to support Unicode (which many users expect these days), you'll need to learn a bit about it, and how perl deals with it. Perl includes a fine manual:

We also have frequent discussions about it here in the monastery archives.

On the other hand, if that seems like an unpleasant amount of learning for the moment, and you want Unicode to just go away so you can get back to work, you might find Text::Unidecode useful.

Replies are listed 'Best First'.
Re^2: Tk Entry & Right Single Quote
by cmv (Chaplain) on Apr 13, 2024 at 22:46 UTC
    ++NERDVANA

    You gave me good advice for both my Make the problem go away... and Geez, I need to learn more about Unicode...

    I will be doing both, thanks for the pointers.