]> git.saurik.com Git - apple/icu.git/blob - icuSources/data/translit/el_Title.txt
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / data / translit / el_Title.txt
1 # ***************************************************************************
2 # *
3 # * Copyright (C) 2004-2016, International Business Machines
4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved.
5 # *
6 # ***************************************************************************
7 # File: el_Title.txt
8 # Generated from CLDR
9 #
10
11 ::NFD();
12 # Remove \0301 following Greek, with possible intervening 0308 marks.
13 # [[:Greek:] & [:Ll:]] [\u0308]? { \u0301 → ;
14 # Make any string of letters after a cased letter be lower, with rules for sigma
15 [:cased:] [:case-ignorable:]* { Σ } [:case-ignorable:]* [:cased:] → σ;
16 [:cased:] [:case-ignorable:]* { Σ → ς;
17 [:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;
18 # Otherwise all lowercase go to upper (titlecase stay as is)
19 ([:Lowercase:]) → &Any-Title($1) ;
20 ::NFC();
21