Bug 143745

Summary: I18N: not using UTF-8 in I18N_NOOP calls
Product: kvoctrain Reporter: Nicolas Goutte <nicolasg>
Component: generalAssignee: Peter Hedlund <peter>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Other   
Latest Commit: Version Fixed In:

Description Nicolas Goutte 2007-04-02 18:28:36 UTC
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!
Comment 1 Peter Hedlund 2007-04-04 23:43:27 UTC
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