Added new ICU test case which illustrates removal of diacritics
[yaz-moved-to-github.git] / test / tsticu-1.xml
1 <icu_chain locale="en">
2   <transform rule="[:Control:] Any-Remove"/>
3   <tokenize rule="l"/>
4   <transform rule="NFD; [[:WhiteSpace:][:Punctuation:][:Diacritic:]] Remove"/>
5   <display/>
6   <casemap rule="l"/>
7 </icu_chain>