1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!-- 3 Copyright (C) 2016 and later: Unicode, Inc. and others. 4 License & terms of use: http://www.unicode.org/copyright.html 5 Copyright (c) 2010-2015 International Business Machines Corporation and others. All rights reserved. 6 --> 7 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd" 8 [ 9 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd"> 10 %icu; 11 ] 12 > 13 <ldml> 14 <identity> 15 <version number="$Revision: 1.1 $"/> 16 <language type="en"/> 17 <territory type="US"/> 18 <variant type="POSIX"/> 19 </identity> 20 <special xmlns:icu="http://www.icu-project.org/"> 21 <icu:breakIteratorData> 22 <icu:boundaries> 23 <icu:word icu:dependency="word_POSIX.brk"/> 24 </icu:boundaries> 25 </icu:breakIteratorData> 26 </special> 27 </ldml> 28 29