el_Title.txt (695B)
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_Title.txt 6 # Generated from CLDR 7 # 8 9 ::NFD(); 10 # Remove \0301 following Greek, with possible intervening 0308 marks. 11 # [[:Greek:] & [:Ll:]] [\u0308]? { \u0301 → ; 12 # Make any string of letters after a cased letter be lower, with rules for sigma 13 [:Cased:] [:Case_Ignorable:]* { Σ } [:Case_Ignorable:]* [:Cased:] → σ; 14 [:Cased:] [:Case_Ignorable:]* { Σ → ς; 15 [:Cased:] [:Case_Ignorable:]* { (.) → &Any-Lower($1) ; 16 # Otherwise all lowercase go to upper (titlecase stay as is) 17 ([:Lowercase:]) → &Any-Title($1) ; 18 ::NFC();