summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/unicore/lib/GCB/CR.pl
blob: 92f475722084dbc5bcfa4841539eb29d7a8e9db7 (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
# This file is machine-generated by mktables from the Unicode
# database, Version 5.2.0.  Any changes made here will be lost!

# !!!!!!!   INTERNAL PERL USE ONLY   !!!!!!!
# This file is for internal use by the Perl program only.  The format and even
# the name or existence of this file are subject to change without notice.
# Don't use it directly.

# This file is for tables that are not necessarily related:  To conserve
# resources, every table that matches the identical set of code points in
# this version of Unicode uses this file.  Each one is listed in a separate
# group below.  It could be that the tables will match the same set of code
# points in other Unicode releases, or it could be purely coincidence that
# they happen to be the same in Unicode 5.2.0, and hence may not in other
# versions.
# 
# This file returns the single code point in Unicode Version 5.2.0 that
# matches any of the following regular expression constructs:
# 
#         \p{Grapheme_Cluster_Break=CR}
#         \p{GCB=CR}
#         \p{Is_Grapheme_Cluster_Break=CR}
#         \p{Is_GCB=CR}
# 
#         \p{Line_Break=Carriage_Return}
#         \p{Lb=CR}
#         \p{Is_Line_Break=Carriage_Return}
#         \p{Is_Lb=CR}
# 
#         \p{Sentence_Break=CR}
#         \p{SB=CR}
#         \p{Is_Sentence_Break=CR}
#         \p{Is_SB=CR}
# 
#         \p{Word_Break=CR}
#         \p{WB=CR}
#         \p{Is_Word_Break=CR}
#         \p{Is_WB=CR}
# 
# perluniprops.pod should be consulted for the syntax rules for any of these,
# including if adding or subtracting white space, underscore, and hyphen
# characters matters or doesn't matter, and other permissible syntactic
# variants.  Upper/lower case distinctions never matter.
# 
# A colon can be substituted for the equals sign, and within each group
# above, anything to the left of the equals (or colon) can be combined with
# anything to the right.  Thus, for example,
#         \p{Is_WB: CR}
# is also valid.
# 
# The format of the lines of this file is: START\tSTOP\twhere START is the
# starting code point of the range, in hex; STOP is the ending point, or if
# omitted, the range has just one code point.  Numbers in comments in
# [brackets] indicate how many code points are in the range.

return <<'END';
000D		
END