Hi Fatone and all,

Il 10/10/2016 14:45, Fatone ha scritto:
The link which you attached is for Arabic, not Dzongkha.
If I correct "words-icu.xml" from <icu_chain locale="ar"> to <icu_chain
locale="dz">,
will searching enable?

in fact this change is the first thing to do.
I suggest you to read also https://wiki.koha-community.org/wiki/Correcting_Search_of_Polish_records.

It is more clear if know latin alphabet better than arabic.
In fact the icu_chain could be:

<icu_chain locale="dz">
   <transliterate rule="\'>\ "/>
   <transliterate rule="[:Number:] { '-' >  "/>
   <transform rule="[:Control:] Any-Remove"/>
   <tokenize rule="l"/>
   <transform rule="[[:WhiteSpace:][:Punctuation:]] Remove"/>
   <transform rule="NFD"/>
   <transform rule="[:Nonspacing Mark:] Remove"/>
   <transform rule="NFC"/>
   <display/>
   <casemap rule="l"/>
 </icu_chain>

This a basic for all languges, read ICU site to understand better the options availabe. You can start for here: http://userguide.icu-project.org/transforms/general/rules


In fact Zebra (the indexing system of Koha) uses ICU quite directly.
You can do same test with yaz-icu: http://www.indexdata.com/yaz/doc/yaz-icu.html

Bye
Zeno Tajoli

--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: [email protected] Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to