Emulator Issues #1339
closed"ISO Paths" does not display local language correctly
0%
Description
What steps will reproduce the problem?
1.Open Dolphin
2.Open Configuration -> Paths
3.Select a path with unicode characters, eg: Chinese/Japanese/Korean
characters
What is the expected output? What do you see instead?
The Directory should be displayed in local language
What version of the product are you using? On what operating system?
Any version after 4000, both on Vista/Win7
Please provide any additional information below.
Updated by marcus about 15 years ago
- Status changed from New to Accepted
- Issue type set to Bug
- Category set to ui
- Priority set to Normal
- Relates to usability set to Yes
Updated by lpfaint99 about 15 years ago
this really used to work?
I cannot find a revision where it works with 鑍 as a folder name
Updated by lpfaint99 about 15 years ago
(I cannot read the character so I hope it isnt anything offensive)
Updated by wangdong1982C about 15 years ago
Hi,lpfaint99,
It may failed long time ago, but I just notice that recently, sorry for mislead
if any.
When you first time set the directory, it display correctly, but when you close
the panel and open it again, it fails. Did you reproduce the defect?
Updated by lpfaint99 about 15 years ago
yeah, that's exactly how it works here
with earlier revisions we were using multibyte strings in the dialog and these
characters display as ?
newer revisions use unicode for strings in the dialog and so it made it better so
that it displays correctly the first time
the way we write to the file has not changed (multibyte I believe) and so after
loading from a file it displays incorrectly
Updated by naog0616 about 15 years ago
I do FIX with Issue 1435 in my PC environment.
http://code.google.com/p/dolphin-emu/issues/detail?id=1435&start=100
Windows XP SP3 x86 Japanese.
Updated by Anonymous almost 15 years ago
any ideas to fix this lpfaint? my first idea is to just add another version of Inifile
Set/Get which works with wstrings and such. not sure if this would work, or if it's the
whole scope of the problem though...
Updated by lpfaint99 almost 15 years ago
yeah, my idea was to add or change inifile to use wstrings
havent had the time to code it though
Updated by ayuanx almost 15 years ago
- Status changed from Accepted to Fixed
This issue was closed by revision r4747.