in reply to Re: Tk characters econdings on Wine
in thread Tk characters econdings on Wine

Hi Marto. Thank you for your suggestion. However, the project is very big and packaging the script on MacOS is at the moment not an options (too many WIN32 modules, etc.). The approach works "actually" quite fine for any other aspects.

Replies are listed 'Best First'.
Re^3: Tk characters econdings on Wine
by marto (Cardinal) on Feb 08, 2018 at 12:12 UTC

    Thanks for the reply, for clarity, I wasn't suggesting that there actually was a problem with your perl code in this particular instance, just that the use of such compatibility layers will muddy the waters when it comes to trying to find the root cause of a problem. True, writing platform agnostic code is initially more work, but I would say it's easier to maintain in the long term.