<?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="tr" 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:]* { (.) → &amp;Any-Lower($1) ;</tRule>
			<comment># Otherwise all lowercase go to upper (titlecase stay as is)</comment>
			<tRule>i→İ ;</tRule>
			<tRule>([:Lowercase:]) → &amp;Any-Upper($1) ;</tRule>
			<comment># do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;</comment>
		</transform>
	</transforms>
</supplementalData>
