UNPKG

larvitgeodata

Version:

Geo data, primarily ISO territories, languages etc. Data fetched mostly from CLDR.

26 lines (25 loc) 1.37 kB
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> <!-- Copyright © 1991-2013 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html --> <supplementalData> <version number="$Revision: 11914 $"/> <transforms> <transform source="el" target="Lower" direction="forward"> <comment># Copyright (C) 2011-2013, Google Inc. and others. All Rights Reserved.</comment> <comment># Special case for final form of sigma.</comment> <tRule>::NFD();</tRule> <comment># C is preceded by a sequence consisting of a cased letter and then zero or more case-ignorable characters,</comment> <comment># and C is not followed by a sequence consisting of zero or more case-ignorable characters and then a cased letter.</comment> <comment># 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA</comment> <comment># With translit rules, easiest is to handle the negative condition first, mapping in that case to the regular sigma.</comment> <tRule>Σ } [:case-ignorable:]* [:cased:] → σ;</tRule> <tRule>[:cased:] [:case-ignorable:]* { Σ → ς;</tRule> <tRule>::Any-Lower;</tRule> <tRule>::NFC();</tRule> </transform> </transforms> </supplementalData>