Version: (using KDE Devel) Installed from: Compiled sources OS: I Don't Know In the file trunk/KDE/kdeedu/kvoctrain/kvoctrain/commondialogs/languageoptions.cpp seems not to use UTF-8 in the I18N_NOOP calls for the languages names. However it should be for two reasons: - source files in KDE should be written in UTF-8. - the message extraction done by Scripty expect translatable strings to be UTF-8. Have a nice day!
SVN commit 650574 by hedlund: Better use of internal KDE data and functions for retrieval of language information. BUG:143745 BUG:143746 M +65 -263 languageoptions.cpp M +9 -11 languageoptions.h M +57 -36 languageoptionsbase.ui