intl/icu/source/data/xml/brkitr/root.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/data/xml/brkitr/root.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,37 @@
     1.4 +<?xml version="1.0" encoding="UTF-8" ?>
     1.5 +<!--
     1.6 + Copyright (c) 2010-2013 International Business Machines Corporation and others. All rights reserved.
     1.7 +-->
     1.8 +<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
     1.9 +[
    1.10 +   <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
    1.11 +   %icu;
    1.12 +]
    1.13 +>
    1.14 +<ldml>
    1.15 +    <identity>
    1.16 +        <version number="$Revision: 1.1 $"/>
    1.17 +        <generation date="$Date: 2006/04/21 00:54:07 $"/>
    1.18 +        <language type="root"/> 
    1.19 +    </identity>
    1.20 +    <special xmlns:icu="http://www.icu-project.org/">
    1.21 +        <icu:breakIteratorData>
    1.22 +            <icu:boundaries>
    1.23 +                <icu:grapheme icu:dependency="char.brk"/>
    1.24 +                <icu:word     icu:dependency="word.brk"/>
    1.25 +                <icu:line     icu:dependency="line.brk"/>
    1.26 +                <icu:sentence icu:dependency="sent.brk"/>
    1.27 +                <icu:title    icu:dependency="title.brk"/>
    1.28 +            </icu:boundaries>
    1.29 +            <icu:dictionaries>
    1.30 +                <icu:dictionary type="Thai" icu:dependency="thaidict.dict"/>
    1.31 +                <icu:dictionary type="Laoo" icu:dependency="laodict.dict"/>
    1.32 +                <icu:dictionary type="Khmr" icu:dependency="khmerdict.dict"/>
    1.33 +                <icu:dictionary type="Hani" icu:dependency="cjdict.dict"/>
    1.34 +                <icu:dictionary type="Hira" icu:dependency="cjdict.dict"/>
    1.35 +                <icu:dictionary type="Kata" icu:dependency="cjdict.dict"/>
    1.36 +            </icu:dictionaries>
    1.37 +        </icu:breakIteratorData>
    1.38 +    </special>
    1.39 +</ldml>
    1.40 +

mercurial