Skip to content

Commit 8aff7f6

Browse files
committed
chg '((' to '('; add hyphen for adjective; add missing property <Lm> and its definition
1 parent b28194f commit 8aff7f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/unicode_texas.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@ if it is different from C<6.c>.
1212
=head1 Alphabetic Characters
1313
1414
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
1616
like any other alphabetic character from the ASCII range, like "A" or
1717
"a". Any codepoint with the C<Lo> (Letter, other) property can be
1818
used as an alphabetic where case distinctions do not matter.
1919
2020
=head1 Numeric characters
2121
2222
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
2424
below.
2525
2626
=head1 Whitespace characters
2727
2828
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,
3030
line), or C<Zp> (Separator, paragraph) property.
3131
3232
=head1 Numeric values
3333
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,
3535
such as ½ and ⅓. (These aren't decimal digit characters, so can't be combined.)
3636
3737
=head1 Other acceptable single codepoints

0 commit comments

Comments
 (0)