Version: unspecified (using KDE 4.6.0) OS: Linux The encoding used in the description is single-byte but the display assumes UTF-8. Reproducible: Always Steps to Reproduce: 1. Tell KDE Character Selector to display the properties of COMMERCIAL MINUS SIGN. Actual Results: 1. abz�glich Expected Results: 1. abzüglich OS: Linux (x86_64) release 2.6.34.7-0.7-desktop Compiler: gcc
Daniel, the source uses fromLatin1() for notes and fromUtf8() for aliases, while in createIndex it uses fromUtf8() for both. Which encoding does the database have?
Daniel, how is the "kcharselect-data" database created? If possible, the annotations itself should be in UTF-8 instead of Latin1. Additionally, we could update it to Unicode 6.0.0 standard.
Git commit f174dd4ed8508f057485078451e7357f834ffb35 by Daniel Laidig. Committed on 25/08/2011 at 22:34. Pushed by laidig into branch 'KDE/4.7'. fix the encoding of character details BUG: 267575 FIXED-IN: 4.7.1 M +8 -8 kdeui/widgets/kcharselectdata.cpp http://commits.kde.org/kdelibs/f174dd4ed8508f057485078451e7357f834ffb35
Git commit a0757db698d26bbad2d02d95d825b09e3d1e33fe by Daniel Laidig. Committed on 25/08/2011 at 22:34. Pushed by laidig into branch 'frameworks'. fix the encoding of character details CCBUG: 267575 (cherry picked from commit f174dd4ed8508f057485078451e7357f834ffb35) M +8 -8 kdeui/widgets/kcharselectdata.cpp http://commits.kde.org/kdelibs/a0757db698d26bbad2d02d95d825b09e3d1e33fe