Version: 3.4.91 (using KDE KDE 3.94.0) Installed from: Mandriva RPMs The vertical heading(?) shows strange characters in zh_CN locale screenshot says all.
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