http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11927
Fridolin SOMERS <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff --- Comment #10 from Fridolin SOMERS <[email protected]> --- I've revised patches and add greek support to word-phrase-utf.chr (used in zebra CHR indexing mode). It allows to search using greek characters. In some case, the use of ICU (translitteration) is unwanted because it returns too much results in a mixed greek/latin catalog. I've set in mapping sigma forms 'Σ' and 'ς' equivalent to 'σ'. So one may use (even its not correct) 'σ' instead of 'ς'. Sort sorting purposes, sort-string-utf.chr defines some prefixes that should be ignored during sorting. For example in English "the, a, an ...". I've defined a few definite articles (from http://en.wikipedia.org/wiki/Ancient_Greek_grammar#Definite_article). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
