File: segmentation.xml

package info (click to toggle)
unicode-cldr-core 32.0.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 161,808 kB
  • sloc: xml: 1,825,337; sh: 10; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,624 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2015 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->

<ldmlBCP47>
    <version number="$Revision: 11914 $"/>
    <keyword>
        <key name="lb" description="Line break type key" since="27">
            <type name="strict" description="CSS level 3 line-break=strict, e.g. treat CJ as NS"/>
            <type name="normal" description="CSS level 3 line-break=normal, e.g. treat CJ as ID, break before hyphens for ja,zh"/>
            <type name="loose" description="CSS lev 3 line-break=loose"/>
        </key>

        <key name="lw" description="Line break key for CSS lev 3 word-break options" since="28">
            <type name="normal" description="CSS lev 3 word-break=normal, normal script/language behavior for midword breaks"/>
            <type name="breakall" description="CSS lev 3 word-break=break-all, allow midword breaks unless forbidden by lb setting"/>
            <type name="keepall" description="CSS lev 3 word-break=keep-all, prohibit midword breaks except for dictionary breaks"/>
        </key>

        <key name="ss" description="Sentence break parameter key to control use of suppressions data" since="28">
            <type name="none" description="Don't use segmentation suppressions data"/>
            <type name="standard" description="Use segmentation suppressions data of type standard"/>
        </key>

    </keyword>
</ldmlBCP47>