Hello,
I'm writing a script with some GUI applications using perl tkx. Among other things the user has the possibility to open a file using a tk___getOpenFile dialog.
This has been working just fine until recentley when I tried opening a file which path contained certain "special" characters (such as å,ä,ö or é) which produced a program error. For debuging, I printed the path in the command window and found out that perl had replaced these characters with other weird ones.
Is there any command or setting to make perl interpret my swedish characters in a proper way?
Thank you in advance!