1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3 <!-- 4 Copyright 1991-2013 Unicode, Inc. 5 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 6 For terms of use, see http://www.unicode.org/copyright.html 7 --> 8 <supplementalData> 9 <version number="$Revision: 12245 $"/> 10 <transforms> 11 <transform source="el" target="Lower" direction="forward" alias="el-t-d0-lower"> 12 <tRule> 13 # Special case for final form of sigma. 14 ::NFD(); 15 # C is preceded by a sequence consisting of a cased letter and then zero or more case-ignorable characters, 16 # and C is not followed by a sequence consisting of zero or more case-ignorable characters and then a cased letter. 17 # 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA 18 # With translit rules, easiest is to handle the negative condition first, mapping in that case to the regular sigma. 19 } [:case-ignorable:]* [:cased:] ; 20 [:cased:] [:case-ignorable:]* { ; 21 ::Any-Lower; 22 ::NFC(); 23 </tRule> 24 </transform> 25 </transforms> 26 </supplementalData> 27