[Koha-bugs] [Bug 2629] Diacritics not being ignored when searching

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Mon Oct 6 22:07:48 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2629





------- Comment #1 from henridamien at koha-fr.org  2008-10-06 13:07 -------
This problem is probably owed to the fact that you have two ways to write /é/
in UTF-8.
é as combined char '+e
OR
é as character \x00E9
with \x00E9, everything should go fine.
With combined char, it is going bad.
Can you detail ?




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list