http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10939 Julien Sicot <julien.sicot@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julien.sicot@gmail.com --- Comment #16 from Julien Sicot <julien.sicot@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.