[Bug 10997] New: winecfg does not allow non-ASCII characters in paths
http://bugs.winehq.org/show_bug.cgi?id=10997 Summary: winecfg does not allow non-ASCII characters in paths Product: Wine Version: 0.9.52. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-gui AssignedTo: wine-bugs(a)winehq.org ReportedBy: jkohen(a)users.sourceforge.net I'm trying to enter the path to my picture folder in the desktop integration tab, but winecfg refuses to accept the Spanish word for it, which is "Imágenes." Both typing the path manually and using the browse dialog work, until "Apply" or "Accept" are clicked on, when the previous path is restored. Any path not containing an accented letter seems to work. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex(a)thehandofagony.com --- Comment #1 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2008-01-01 19:29:50 --- If you place a text file in such a directory and open it with Wine wordpad, does it work there? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 --- Comment #2 from Javier Kohen <jkohen(a)users.sourceforge.net> 2008-01-02 05:14:10 --- Yes, it opens it alright, both from the command line, as well as from the open dialog. Here's more precisely how I tested: $ echo test > Imágenes/winetest.txt $ wine wordpad Imágenes/winetest.txt -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2008-01-02 12:16:04 --- Winecfg's directory picker is using ANSI strings, so moving to wide strings should solve the problem. But there might be a good reason why it is done the way it is, of course. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-01-02 12:47:10 --- FWIW >From winecfg.c: * TODO: * - Use unicode http://source.winehq.org/git/wine.git/?a=blob;f=programs/winecfg/winecfg.c;h=c492a114ce0944069cae404e670aef44a101ef00;hb=HEAD -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-02 22:28:39 --- (In reply to comment #0)
I'm trying to enter the path to my picture folder in the desktop integration tab, but winecfg refuses to accept the Spanish word for it, which is "Imágenes." Both typing the path manually and using the browse dialog work, until "Apply" or "Accept" are clicked on, when the previous path is restored. Any path not containing an accented letter seems to work.
What's your locale? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 --- Comment #6 from Javier Kohen <jkohen(a)users.sourceforge.net> 2008-01-03 04:47:00 --- My locale is es_AR.UTF-8. I'm sorry that I didn't mention that before. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-03 05:06:17 --- I just tried to replace "My Pictures" by "My Pictures2", and it failed. It looks like a general not related to locale problem. Does it work for you with pure ASCII characters? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 --- Comment #8 from Javier Kohen <jkohen(a)users.sourceforge.net> 2008-01-03 05:16:20 --- Yes, it does work for me with any folder, as long as it contains only US-ASCII characters. I just double checked. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-03 07:30:21 --- The following patch should fix the problem: http://www.winehq.org/pipermail/wine-patches/2008-January/048623.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Component|wine-gui |wine-programs Resolution| |FIXED --- Comment #10 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-04 08:45:11 --- The patch has been committed. Feel free to re-open the bug if the problem still persists. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10997 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-04 08:45:28 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org