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: 12245 $"/> 10 <transforms> 11 <transform source="lt" target="Upper" direction="forward" alias="lt-t-d0-upper"> 12 <tRule> 13# Copyright (C) 2011-2013, Apple Inc.; Unicode, Inc.; and others. All Rights Reserved. 14# Remove \u0307 following soft-dotteds (i, j, and the like), with possible intervening non-230 marks. 15::NFD(); 16[:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ; 17::Any-Upper(); 18::NFC(); 19 </tRule> 20 </transform> 21 </transforms> 22</supplementalData> 23