1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2019 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision$"/>
<language type="ja"/>
</identity>
<segmentations>
<segmentation type="LineBreak">
<variables>
<variable id="$ID">[[\p{Line_Break=Ideographic}] [$CJ]]</variable>
<variable id="$NS">\p{Line_Break=Nonstarter}</variable>
</variables>
</segmentation>
<segmentation type="WordBreak">
<variables>
<variable id="$Hiragana">\p{Hiragana}</variable>
<variable id="$Hiragana">($Hiragana $FE*)</variable>
<variable id="$Ideographic">[[\p{Ideographic}] [\u3005 \u3007 \u303B]]</variable>
<variable id="$Ideographic">($Ideographic $FE*)</variable>
</variables>
<segmentRules>
<rule id="13.3"> $Hiragana × $Hiragana </rule>
<rule id="13.4"> $Ideographic × $Ideographic </rule>
</segmentRules>
</segmentation>
</segmentations>
</ldml>
|