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