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

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

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/Makefile.in ('k') | icu46/source/data/xml/brkitr/root.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2010 International Business Machines 3 // * Copyright (C) 2010 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6 // * Source File:<path>/xml/brkitr/root.xml 6 // * Source File:<path>/xml/brkitr/root.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 root{ 9 root{
10 Version{"1.1"} 10 Version{"1.1"}
11 boundaries{ 11 boundaries{
12 grapheme:process(dependency){"char.brk"} 12 grapheme:process(dependency){"char.brk"}
13 line:process(dependency){"line.brk"} 13 line:process(dependency){"line.brk"}
14 sentence:process(dependency){"sent.brk"} 14 sentence:process(dependency){"sent.brk"}
15 title:process(dependency){"title.brk"} 15 title:process(dependency){"title.brk"}
16 word:process(dependency){"word.brk"} 16 word:process(dependency){"word.brk"}
17 } 17 }
18 dictionaries{ 18 dictionaries{
19 Thai:process(dependency){"thaidict.ctd"} 19 Thai:process(dependency){"thaidict.ctd"}
20 Hani:process(dependency){"cjdict.ctd"}
21 Hira:process(dependency){"cjdict.ctd"}
22 Kata:process(dependency){"cjdict.ctd"}
20 } 23 }
21 } 24 }
OLDNEW
« no previous file with comments | « icu46/source/data/Makefile.in ('k') | icu46/source/data/xml/brkitr/root.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698