https://bugs.winehq.org/show_bug.cgi?id=17495
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com Summary|Open dialog crashes when |Open dialog crashes if the |the locale has changed |desktop folder is at a | |Unicode path that cannot be | |represented in the current | |locale
--- Comment #18 from Alex Henrie alexhenrie24@gmail.com --- The problem here is actually that Russian filenames cannot be represented in the C locale. For example, the desktop folder "C:\users\alex\Рабочий стол" is converted to "C:\users\alex??????? ????" which cannot be created or accessed. Without being able to access the desktop folder, the file dialog is nonfunctional. Windows does not have this problem because on Windows the filesystem containing "C:\Users" must support the system locale.
Locales such as French, German, Bulgarian, and Japanese either do not translate "Desktop" or do not use any non-ASCII characters in the translation.