3 # Line Break Properties
5 # This file is a supplement to the UnicodeData.txt file.
6 # It contains both normative and informative data.
7 # The format is two fields separated by a semicolon.
8 # Field 1: Unicode value
9 # Field 2: LineBreak property, consisting of one of the following values:
11 # "BK", "CR", "LF", "CM", "SG", "GL", "CB", "SP", "ZW",
14 # "XX", "OP", "CL", "QU", "NS", "EX", "SY",
15 # "IS", "PR", "PO", "NU", "AL", "ID", "IN", "HY",
16 # "BB", "BA", "SA", "AI", "B2"
17 # - All code points, assigned and unassigned, that are not listed
18 # explicitly are given the value "XX".
19 # - Characters ranges are specified as for other property files in
20 # the Unicode Character Database.
22 # The Unicode name of each character is provided in a comment for help
23 # in identifying the characters.
25 # See UTR #14: Line Breaking Properties, for more information