In frisian the y is and i and sorts just after it, see http://download.mimer.com/pub/developer/charts/frisian.htm.
I try to sort data using xquery processor saxonica using frisian language code, or collation rules, see http://saxonica.com/html/documentation/extensibility/config-extend/collation/
Sofar no luck, tried several combinations of settings, nothing seems to work, as well tried with the latest icu-j on the classpath. icu does support frisian although I doubt if the collation is right.
Does anyone have experience in this and can give me some pointers?
Bye, Eduard
I don't know whether ICU supports that language and you haven't really explained which language code it has but based on https://stackoverflow.com/a/48439714/252228 I have copied the code of the table in http://download.mimer.com/pub/developer/charts/frisian.htm to an XQuery file to create a Saxon configuration collation element:
I have then used that result it creates to use oXygen to create a Saxon configuration file with
now when I run Saxon in oXygen providing that configuration file (or by using e.g.
-config:fy-collations-saxon.config.xml
on the Saxon command line) for running the XQuerythe result is
A I Y J L
.