Emulator Issues #1223
closedProbleme with accent in word.
0%
Description
What steps will reproduce the problem?
- selecte an iso directories with a word with an accent.
What is the expected output? What do you see instead?
Jeux Wii compr_s_ instead of Jeux Wii comprésé
in dolphin.ini but if you change compr_s_ by comprésé in the ini it's work
correctly.
What version of the product are you using? On what operating system?
R3914
Sory for the bad english i'm french.
Updated by lpfaint99 over 15 years ago
- Status changed from New to Accepted
- Issue type set to Bug
Almost certainly caused by the switch to unicode, can you test with r3904 or earlier
Updated by lpfaint99 over 15 years ago
- Status changed from Accepted to Fixed
This issue was closed by r3917
Updated by yuri_assis_oliveira over 15 years ago
No problems about your english, i'm Brazilian +_+
hauHAUhauAHUahu
Updated by Valentin.Meriel over 15 years ago
no isn't fixed because now the dirrectorie isn't scanned.
Updated by sl1nk3.s over 15 years ago
it can be fixed by the patch included :
but i'm not sure that's the right way to do it ?
Updated by lpfaint99 over 15 years ago
looks right to me, it was this damn line that threw me off
ISOPaths->Append(wxString(SConfig::GetInstance().m_ISOFolder[i].c_str(), wxConvUTF8));
Updated by sl1nk3.s over 15 years ago
oh really ?
because
ISOPaths->Append(wxString::FromAscii(SConfig::GetInstance().m_ISOFolder[i].c_str()));
is supposed to fix it :/
Updated by Anonymous over 15 years ago
http://docs.wxwidgets.org/trunk/overview_unicode.html
(note: docs are for 2.9, which may or may not have different/improved unicode
behaviors)
Updated by lpfaint99 over 15 years ago
oops sorry, looks like the patch failed at that line because of my local changes
Updated by lpfaint99 over 15 years ago
additional updates, please test... or commit if it works :p
Updated by sl1nk3.s over 15 years ago
looks like it works fine, i'll let you commit it though :p
Updated by lpfaint99 over 15 years ago
thanks for testing it, I'll commit when I get home
Updated by lpfaint99 over 15 years ago
- Status changed from Accepted to Work started
tentatively fixed in R3925
Updated by sl1nk3.s about 15 years ago
It looks fixed to me, anyone confirm it ?
Updated by Anonymous over 13 years ago
- Status changed from Work started to Fixed
Ignore this...Status:Verified was removed, changing to Fixed