1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<?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: 8242 $"/>
<generation date="$Date: 2013-02-24 21:06:02 -0600 (Sun, 24 Feb 2013) $"/>
<transforms>
<transform source="lt" 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</comment>
<tRule>::NFD();</tRule>
<tRule>[:cased:] [:case-ignorable:]* {I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307;</tRule>
<tRule>[:cased:] [:case-ignorable:]* {J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307;</tRule>
<tRule>[:cased:] [:case-ignorable:]* {Į } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → į \u0307;</tRule>
<tRule>[:cased:] [:case-ignorable:]* {Ì → i \u0307 \u0300;</tRule>
<tRule>[:cased:] [:case-ignorable:]* {Í → i \u0307 \u0301;</tRule>
<tRule>[:cased:] [:case-ignorable:]* {Ĩ → i \u0307 \u0303;</tRule>
<tRule>[:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;</tRule>
<comment># Otherwise all lowercase go to upper (titlecase stay as is)</comment>
<tRule>[:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;</tRule>
<tRule>([:Lowercase:]) → &Any-Upper($1) ;</tRule>
<tRule>::NFC();</tRule>
</transform>
</transforms>
</supplementalData>
|