[Bug 250345] Ignore diacritic in quick search

Martin Koller kollix at aon.at
Mon Jul 16 19:44:18 BST 2012


https://bugs.kde.org/show_bug.cgi?id=250345

Martin Koller <kollix at aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDSINFO                   |NEW
         Resolution|WAITINGFORINFO              |---
     Ever confirmed|0                           |1

--- Comment #12 from Martin Koller <kollix at aon.at> ---
I think I found a nice Qt solution: QChar::decomposition()
It returns for all the chars of "öäüÖÄÜčťžýáéèàùï" a QString with length==2 and
the first
char of this is the char without the diacritical sign.
See attached test program

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list