@@ -11,24 +11,27 @@ if it is different from C<6.c>.
11
11
12
12
= head1 Alphabetic Characters
13
13
14
- Any codepoint that has the C < Ll > , C < Lu > , or C < Lt > property
15
- can be used just like any other alphabetic character from the ASCII range,
16
- like "A" or "a". Any codepoint with the C < Lo > property can be used as
17
- an alphabetic where case distinctions do not matter.
14
+ Any codepoint that has the C < Ll > (Letter, lowercase), C < Lu > (Letter,
15
+ uppercase), C < Lt > (Letter, titlecase), or C < Lm > (Letter, modifier) property can be used just
16
+ like any other alphabetic character from the ASCII range, like "A" or
17
+ "a". Any codepoint with the C < Lo > (Letter, other) property can be
18
+ used as an alphabetic where case distinctions do not matter.
18
19
19
20
= head1 Numeric characters
20
21
21
- Any codepoint that has the C < Nd > property, can be used as a digit in any
22
- number, unless special cased in the list below.
22
+ Any codepoint that has the C < Nd > (Number, decimal digit) property, can
23
+ be used as a digit in any number, unless special-cased in the list
24
+ below.
23
25
24
26
= head1 Whitespace characters
25
27
26
- Besides spaces and tabs you can use any other unicode whitespace character
27
- that has the C < Zs > , C < Zl > or C < Zp > property.
28
+ Besides spaces and tabs you can use any other unicode whitespace
29
+ character that has the C < Zs > (Separator, space), C < Zl > (Separator,
30
+ line), or C < Zp > (Separator, paragraph) property.
28
31
29
32
= head1 Numeric values
30
33
31
- Any codepoint that has the C < No > property can be used standalone as a numeric value,
34
+ Any codepoint that has the C < No > (Number, other) property can be used standalone as a numeric value,
32
35
such as ½ and ⅓. (These aren't decimal digit characters, so can't be combined.)
33
36
34
37
= head1 Other acceptable single codepoints
0 commit comments