]>
Commit | Line | Data |
---|---|---|
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_Lower.txt |
f3c0d7a5 | 5 | # Generated from CLDR |
51004dcb | 6 | # |
2ca993e8 A |
7 | |
8 | # Special case for final form of sigma. | |
51004dcb | 9 | ::NFD(); |
2ca993e8 A |
10 | # C is preceded by a sequence consisting of a cased letter and then zero or more case-ignorable characters, |
11 | # and C is not followed by a sequence consisting of zero or more case-ignorable characters and then a cased letter. | |
12 | # 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA | |
13 | # With translit rules, easiest is to handle the negative condition first, mapping in that case to the regular sigma. | |
51004dcb A |
14 | Σ } [:case-ignorable:]* [:cased:] → σ; |
15 | [:cased:] [:case-ignorable:]* { Σ → ς; | |
16 | ::Any-Lower; | |
17 | ::NFC(); | |
2ca993e8 | 18 |