Chromium Code Reviews

Side by Side Diff: icu52/source/data/xml/brkitr/root.xml

Issue 239513016: Remove source/data/xml (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/xml/brkitr/ja.xml ('k') | icu52/source/data/xml/collation/af.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3 Copyright (c) 2010-2013 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:07 $"/>
15 <language type="root"/>
16 </identity>
17 <special xmlns:icu="http://www.icu-project.org/">
18 <icu:breakIteratorData>
19 <icu:boundaries>
20 <icu:grapheme icu:dependency="char.brk"/>
21 <icu:word icu:dependency="word.brk"/>
22 <icu:line icu:dependency="line.brk"/>
23 <icu:sentence icu:dependency="sent.brk"/>
24 <icu:title icu:dependency="title.brk"/>
25 </icu:boundaries>
26 <icu:dictionaries>
27 <icu:dictionary type="Thai" icu:dependency="thaidict.dict"/>
28 <icu:dictionary type="Laoo" icu:dependency="laodict.dict"/>
29 <icu:dictionary type="Khmr" icu:dependency="khmerdict.dict"/>
30 <icu:dictionary type="Hani" icu:dependency="cjdict.dict"/>
31 <icu:dictionary type="Hira" icu:dependency="cjdict.dict"/>
32 <icu:dictionary type="Kata" icu:dependency="cjdict.dict"/>
33 </icu:dictionaries>
34 </icu:breakIteratorData>
35 </special>
36 </ldml>
37
OLDNEW
« no previous file with comments | « icu52/source/data/xml/brkitr/ja.xml ('k') | icu52/source/data/xml/collation/af.xml » ('j') | no next file with comments »

Powered by Google App Engine