Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

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

Issue 6370014: CJK segmentation patch for ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu46/source/data/brkitr/root.txt ('k') | icu46/source/test/cintltst/creststn.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8" ?> 1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- 2 <!--
3 Copyright (c) 2010 International Business Machines Corporation and others. All rights reserved. 3 Copyright (c) 2010 International Business Machines Corporation and others. All rights reserved.
4 --> 4 -->
5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.d td" 5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.d td"
6 [ 6 [
7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldm lICU.dtd"> 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldm lICU.dtd">
8 %icu; 8 %icu;
9 ] 9 ]
10 > 10 >
11 <ldml> 11 <ldml>
12 <identity> 12 <identity>
13 <version number="$Revision: 1.1 $"/> 13 <version number="$Revision: 1.1 $"/>
14 <generation date="$Date: 2006/04/21 00:54:07 $"/> 14 <generation date="$Date: 2006/04/21 00:54:07 $"/>
15 <language type="root"/> 15 <language type="root"/>
16 </identity> 16 </identity>
17 <special xmlns:icu="http://www.icu-project.org/"> 17 <special xmlns:icu="http://www.icu-project.org/">
18 <icu:breakIteratorData> 18 <icu:breakIteratorData>
19 <icu:boundaries> 19 <icu:boundaries>
20 <icu:grapheme icu:dependency="char.brk"/> 20 <icu:grapheme icu:dependency="char.brk"/>
21 <icu:word icu:dependency="word.brk"/> 21 <icu:word icu:dependency="word.brk"/>
22 <icu:line icu:dependency="line.brk"/> 22 <icu:line icu:dependency="line.brk"/>
23 <icu:sentence icu:dependency="sent.brk"/> 23 <icu:sentence icu:dependency="sent.brk"/>
24 <icu:title icu:dependency="title.brk"/> 24 <icu:title icu:dependency="title.brk"/>
25 </icu:boundaries> 25 </icu:boundaries>
26 <icu:dictionaries> 26 <icu:dictionaries>
27 <icu:dictionary type="Thai" icu:dependency="thaidict.ctd"/> 27 <icu:dictionary type="Thai" icu:dependency="thaidict.ctd"/>
28 <icu:dictionary type="Hani" icu:dependency="cjdict.ctd"/>
29 <icu:dictionary type="Hira" icu:dependency="cjdict.ctd"/>
30 <icu:dictionary type="Kata" icu:dependency="cjdict.ctd"/>
28 </icu:dictionaries> 31 </icu:dictionaries>
29 </icu:breakIteratorData> 32 </icu:breakIteratorData>
30 </special> 33 </special>
31 </ldml> 34 </ldml>
32 35
OLDNEW
« no previous file with comments | « icu46/source/data/brkitr/root.txt ('k') | icu46/source/test/cintltst/creststn.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698