• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
3<!--
4Copyright © 1991-2015 Unicode, Inc.
5CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
6For terms of use, see http://www.unicode.org/copyright.html
7-->
8
9<ldmlBCP47>
10    <version number="$Revision: 11914 $"/>
11    <keyword>
12        <key name="lb" description="Line break type key" since="27">
13            <type name="strict" description="CSS level 3 line-break=strict, e.g. treat CJ as NS"/>
14            <type name="normal" description="CSS level 3 line-break=normal, e.g. treat CJ as ID, break before hyphens for ja,zh"/>
15            <type name="loose" description="CSS lev 3 line-break=loose"/>
16        </key>
17
18        <key name="lw" description="Line break key for CSS lev 3 word-break options" since="28">
19            <type name="normal" description="CSS lev 3 word-break=normal, normal script/language behavior for midword breaks"/>
20            <type name="breakall" description="CSS lev 3 word-break=break-all, allow midword breaks unless forbidden by lb setting"/>
21            <type name="keepall" description="CSS lev 3 word-break=keep-all, prohibit midword breaks except for dictionary breaks"/>
22        </key>
23
24        <key name="ss" description="Sentence break parameter key to control use of suppressions data" since="28">
25            <type name="none" description="Don't use segmentation suppressions data"/>
26            <type name="standard" description="Use segmentation suppressions data of type standard"/>
27        </key>
28
29    </keyword>
30</ldmlBCP47>
31