larvitgeodata
Version:
Geo data, primarily ISO territories, languages etc. Data fetched mostly from CLDR.
25 lines (24 loc) • 1.27 kB
text/xml
<!--
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="az" target="Title" direction="forward">
<comment># Copyright (C) 2011-2013, Google, Inc.; Unicode, Inc.; and others. All Rights Reserved.</comment>
<comment># I and i-dotless; I-dot and i are case pairs in Turkish and Azeri</comment>
<comment># Make any string of letters after a cased letter be lower, with rules for i</comment>
<tRule>[:cased:] [:case-ignorable:]* { İ → i;</tRule>
<tRule>[:cased:] [:case-ignorable:]* { I → ı;</tRule>
<tRule>[:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;</tRule>
<comment># Otherwise all lowercase go to upper (titlecase stay as is)</comment>
<tRule>i→İ ;</tRule>
<tRule>([:Lowercase:]) → &Any-Upper($1) ;</tRule>
<comment># do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;</comment>
</transform>
</transforms>
</supplementalData>