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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 5 15:23:47 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #42 from Marc Véron <veron at veron.ch> ---
Applying the patch gives following error:
fatal: cannot convert from UTF-8utf-8 to UTF-8

It seems that the patch maps this letter twice? See line 1, 3 and 5 snip:
---snip---
-map ů                   u
-map Ů                   u
+map ů           u
+map Ů           u
+map ů           u
---snip---

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list