1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3<!-- 4Copyright © 1991-2013 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$"/> 10 <transforms> 11 <transform source="az" target="Title" direction="forward" alias="az-t-d0-title"> 12 <tRule><![CDATA[ 13# I and i-dotless; I-dot and i are case pairs in Turkish and Azeri 14# Make any string of letters after a cased letter be lower, with rules for i 15[:cased:] [:case-ignorable:]* { İ → i; 16[:cased:] [:case-ignorable:]* { I → ı; 17[:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ; 18# Otherwise all lowercase go to upper (titlecase stay as is) 19i→İ ; 20([:Lowercase:]) → &Any-Upper($1) ; 21# do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ; 22 ]]></tRule> 23 </transform> 24 </transforms> 25</supplementalData> 26