1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3<!-- 4Copyright © 1991-2014 Unicode, Inc. 5CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 6For terms of use, see http://www.unicode.org/copyright.html 7--> 8<supplementalData> 9 <version number="$Revision: 12245 $"/> 10 <transforms> 11 <transform source="lt" target="Title" direction="forward" alias="lt-t-d0-title"> 12 <tRule><![CDATA[ 13# Make any string of letters after a cased letter be lower 14::NFD(); 15[:cased:] [:case-ignorable:]* {I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307; 16[:cased:] [:case-ignorable:]* {J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307; 17[:cased:] [:case-ignorable:]* {I \u0328 } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0328 \u0307; 18[:cased:] [:case-ignorable:]* {I \u0300 → i \u0307 \u0300; 19[:cased:] [:case-ignorable:]* {I \u0301 → i \u0307 \u0301; 20[:cased:] [:case-ignorable:]* {I \u0303 → i \u0307 \u0303; 21[:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ; 22# Otherwise all lowercase go to upper (titlecase stay as is) 23[:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ; 24([:Lowercase:]) → &Any-Upper($1) ; 25::NFC(); 26 ]]></tRule> 27 </transform> 28 </transforms> 29</supplementalData> 30