[Koha-bugs] [Bug 10939] ICU does not transliterate polish special characters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 6 23:19:27 CET 2013


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

Julien Sicot <julien.sicot at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julien.sicot at gmail.com

--- Comment #16 from Julien Sicot <julien.sicot at gmail.com> ---
For information, ICU provide already a package for processing similar
transliteration. With just one line in etc/words-icu.xml (and
etc/phrases-icu.xml) :

  <transform rule="[:Latin:] Latin-ASCII;"/>

you can convert latin unicode to ascii. Normally, this works for all polish
diacriticals.

You can test icu rules here : http://demo.icu-project.org/icu-bin/translit or
using yaz-icu.

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


More information about the Koha-bugs mailing list