Summary: | wrong encoding for COMMERCIAL MINUS SIGN | ||
---|---|---|---|
Product: | [Applications] kcharselect | Reporter: | Christopher Yeleighton <giecrilj> |
Component: | general | Assignee: | Daniel Laidig <laidig> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | cfeck |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.1 | |
Sentry Crash Report: |
Description
Christopher Yeleighton
2011-03-03 19:35:51 UTC
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 |