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/build-icu-data.xml
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();
19
20