Summary: | High score dialog are showing unknown characters for Chinese characters | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libkdegames | Reporter: | Funda Wang <fundawang> |
Component: | general | Assignee: | Matt Williams <matt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fela.kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | knetwalk-highscore.png |
Description
Funda Wang
2007-10-27 09:32:51 UTC
Created attachment 21919 [details]
knetwalk-highscore.png
still valid in 3.97.1 In fact, when the high score dialog was firstly shown for me to input my name, the level looks correct, but when it shows again if I click high score from toolbar, it becomes unknown characters again. So, there must be something wrong when saving the level name and the user name. This works fine for me. I tried with both ja and zh_CN locales. If you are still experiencing this bug please post a message here and I'll look into it further. No, I take this back. It seems that this is a knetwalk specific bug caused by using kscoredialog incorrectly. Reopen SVN commit 803022 by milliams: Fix the mess that was i18n in KScoreDialog. Scores are now indexed by a key and translations for each key are added explicitly. Patch KSquares, KMines, KNetwalk and Kollision to use this correctly. BUG: 151415 BUG: 153811 BUG: 154582 BUG: 156870 CCMAIL: kde-games-devel@kde.org M +5 -4 kmines/mainwindow.cpp M +4 -2 knetwalk/src/mainwindow.cpp M +4 -2 kollision/mainwindow.cpp M +6 -2 ksquares/src/ksquareswindow.cpp M +98 -43 libkdegames/highscore/kscoredialog.cpp M +41 -3 libkdegames/highscore/kscoredialog.h M +41 -13 libkdegames/kgamedifficulty.cpp M +12 -0 libkdegames/kgamedifficulty.h WebSVN link: http://websvn.kde.org/?view=rev&revision=803022 |