mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
19 lines
771 B
Text
19 lines
771 B
Text
# © 2016 and later: Unicode, Inc. and others.
|
||
# License & terms of use: http://www.unicode.org/copyright.html
|
||
# Generated using tools/cldr/cldr-to-icu/
|
||
#
|
||
# File: el_Lower.txt
|
||
# Generated from CLDR
|
||
#
|
||
|
||
# Special case for final form of sigma.
|
||
::NFD();
|
||
# C is preceded by a sequence consisting of a cased letter and then zero or more case-ignorable characters,
|
||
# and C is not followed by a sequence consisting of zero or more case-ignorable characters and then a cased letter.
|
||
# 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA
|
||
# With translit rules, easiest is to handle the negative condition first, mapping in that case to the regular sigma.
|
||
Σ } [:Case_Ignorable:]* [:Cased:] → σ;
|
||
[:Cased:] [:Case_Ignorable:]* { Σ → ς;
|
||
::Any-Lower;
|
||
::NFC();
|
||
|