Skip to content

Commit

Permalink
use nested [()] instead of (()) in sentence; specify that first list …
Browse files Browse the repository at this point in the history
…consists of single codepoints; add another table to document weird compositions such as the one explained by Larry Wall in a recent comment on bug #127965
  • Loading branch information
tbrowder committed Apr 26, 2016
1 parent c7d583d commit 4504706
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions doc/Language/unicode_texas.pod
Expand Up @@ -31,9 +31,9 @@ that has the C<Zs>, C<Zl> or C<Zp> property.
Any codepoint that has the C<No> property can be used standalone as a numeric value,
such as ½ and ⅓. (These aren't decimal digit characters, so can't be combined.)
=head1 Other acceptable codepoints
=head1 Other acceptable single codepoints
This list contains the codepoints (and their Texas (ASCII) equivalents) that
This list contains the single codepoints [and their Texas (ASCII) equivalents] that
have a special meaning in Perl 6.
=table
Expand Down Expand Up @@ -94,4 +94,17 @@ have a special meaning in Perl 6.
⊍ | U+228D | (.) | |
⊎ | U+228E | (+) | |
=head1 Multiple codepoints
This list contains multiple-codepoint operators that require special
composition for their Texas (ASCII) equivalents. Note the codepoints
are shown space-separated but should be entered as adjacent codepoints
when used.
=table
Symbol | Codepoints | Texas | Since | Remarks
==============|===========|=========|=======|=========================
»=» | U+00BB = U+00BB | >>[=]>> | | uses ASCII '='
=end pod

0 comments on commit 4504706

Please sign in to comment.