el_Lower.txt (771B)
1 # © 2016 and later: Unicode, Inc. and others. 2 # License & terms of use: http://www.unicode.org/copyright.html 3 # Generated using tools/cldr/cldr-to-icu/ 4 # 5 # File: el_Lower.txt 6 # Generated from CLDR 7 # 8 9 # Special case for final form of sigma. 10 ::NFD(); 11 # C is preceded by a sequence consisting of a cased letter and then zero or more case-ignorable characters, 12 # and C is not followed by a sequence consisting of zero or more case-ignorable characters and then a cased letter. 13 # 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA 14 # With translit rules, easiest is to handle the negative condition first, mapping in that case to the regular sigma. 15 Σ } [:Case_Ignorable:]* [:Cased:] → σ; 16 [:Cased:] [:Case_Ignorable:]* { Σ → ς; 17 ::Any-Lower; 18 ::NFC();