Hello,
The implementation may be possible if the tailoring is not
too complicated and the appropriate reference is available.
though CLDR provides ug support only in the Arabic script.
http://unicode.org/cldr/trac/browser/tags/release-29/common/collation/ug.xml
(note: recent Unicode::Collate::Locale almostly bases on CLDR 22.1)
The sort order difference between Uyghur Cyrillic
and DUCET Cyrillic seems to be only that of schwa.
Uyghur: ..Ie < Schwa < Zhe...
DUCET: A < Schwa < Be...
Parhaps it is relatively simple.
SADAHIRO Tomoyuki
Show quoted text> I think data/ug.txt should look like:
>
> 0492;<0414>-1
> 0493;<0434>-1
> 04D8;<0416>-1
> 04D9;<0436>-1
> 0496;<0416>+1
> 0497;<0436>+1
> 049A;<041A>+1
> 049B;<043A>+1
> 04A2;<041D>+1
> 04A3;<043D>+1
> 04E8;<041F>-1
> 04E9;<043F>-1
> 04AE;<0423>+1
> 04AF;<0443>+1
> 04BA;<0425>+1
> 04BB;<0445>+1
>
> I didn't bother with any suppressions.
>
Show quoted text