1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3 <!-- 4 Copyright 1991-2013 Unicode, Inc. 5 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 6 For terms of use, see http://www.unicode.org/copyright.html 7 --> 8 <supplementalData> 9 <version number="$Revision: 12245 $"/> 10 <transforms> 11 <transform source="nl" target="Title" direction="forward" alias="nl-t-d0-title"> 12 <tRule> 13 # Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved. 14 # Special titlecasing for Dutch initial "ij". 15 ::Any-Title(); 16 # Fix up Ij at the beginning of a "word" (per Any-Title, notUAX #29) 17 [:^WB=ALetter:] [:WB=Extend:]* [[:WB=MidLetter:][:WB=MidNumLet:]]? { Ij } IJ ; 18 </tRule> 19 </transform> 20 </transforms> 21 </supplementalData> 22