Hello,
I'm working on a script where the user specifies a file that should be opened. From this operation I obtain a file path. This works fine but just now I discovered that if the file path contains special characters (like è or å,ä,ö) then it doesn't work. When I print the file path, perl seems to have misinterpreted the special characters and replaced them with other (weird) characters. This naturally results in an error when I try to open the file path. Does anyone know if there is a way around this? Pretty annoying error...
Best Regards,
Samuel Alfredsson