http://bugs.winehq.org/show_bug.cgi?id=20720
--- Comment #9 from domiman@gmail.com 2009-11-16 18:09:24 --- One thing I noticed when I tried some special characters, that *might* be in file names (german umlaute, ß, €, @). All these work fine, except for €.
With the file named test€.pdf I get:
trace:winebrowser:launch_app Considering: "/usr/bin/open" trace:winebrowser:launch_app argv[1]: "file:///Users/dominus/.wine/dosdevices/c:/test%AC.pdf" The URL file:///Users/dominus/.wine/dosdevices/c:/test%AC.pdf does not refer to a file.
Another one is test¿.pdf trace:winebrowser:launch_app Considering: "/usr/bin/open" trace:winebrowser:launch_app argv[1]: "file:///Users/dominus/.wine/dosdevices/c:/test%BF.pdf" The URL file:///Users/dominus/.wine/dosdevices/c:/test%BF.pdf does not refer to a file.
I don't know if these are relevant, € *could* be in a file name on OS X, I don't know if the Windows specs allow such a name. I don't know about ¿ (I only tried that because at times I run into it when I try to enter \ which is at ctrl+alt+ß on my german keyboard).