OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="UTF-8" ?> | |
2 <!-- | |
3 Copyright (c) 2010 International Business Machines Corporation and others. All
rights reserved. | |
4 --> | |
5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.d
td" | |
6 [ | |
7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldm
lICU.dtd"> | |
8 %icu; | |
9 ] | |
10 > | |
11 <ldml> | |
12 <identity> | |
13 <version number="$Revision: 1.1 $"/> | |
14 <generation date="$Date: 2006/04/21 00:54:06 $"/> | |
15 <language type="en"/> | |
16 <territory type="US"/> | |
17 <variant type="POSIX"/> | |
18 </identity> | |
19 <special xmlns:icu="http://www.icu-project.org/"> | |
20 <icu:breakIteratorData> | |
21 <icu:boundaries> | |
22 <icu:word icu:dependency="word_POSIX.brk"/> | |
23 </icu:boundaries> | |
24 </icu:breakIteratorData> | |
25 </special> | |
26 </ldml> | |
27 | |
OLD | NEW |