]> git.saurik.com Git - apple/icu.git/blame - icuSources/data/translit/el_Title.txt
ICU-66108.tar.gz
[apple/icu.git] / icuSources / data / translit / el_Title.txt
CommitLineData
f3c0d7a5
A
1# © 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html#License
3#
51004dcb 4# File: el_Title.txt
f3c0d7a5 5# Generated from CLDR
51004dcb 6#
2ca993e8 7
51004dcb 8::NFD();
2ca993e8
A
9# Remove \0301 following Greek, with possible intervening 0308 marks.
10# [[:Greek:] & [:Ll:]] [\u0308]? { \u0301 → ;
11# Make any string of letters after a cased letter be lower, with rules for sigma
51004dcb
A
12[:cased:] [:case-ignorable:]* { Σ } [:case-ignorable:]* [:cased:] → σ;
13[:cased:] [:case-ignorable:]* { Σ → ς;
14[:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;
2ca993e8 15# Otherwise all lowercase go to upper (titlecase stay as is)
51004dcb
A
16([:Lowercase:]) → &Any-Title($1) ;
17::NFC();
2ca993e8 18