Skip to content

Commit 53c193e

Browse files
authored
Move info about Since column to where it belongs
The data in the table is actually not accurate since some of these symbols aren't part of 6.c language and only will become part of 6.d
1 parent c8ff69f commit 53c193e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/unicode_texas.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
=SUBTITLE Unicode symbols and their Texas (ASCII) counterparts
66
77
The following unicode symbols can be used in Perl 6 without needing to
8-
load any additional modules. Please note that the Since column
9-
applies to the version of Perl the symbol was known to be available.
10-
It is only mentioned if it is different from C<6.c>.
8+
load any additional modules.
119
1210
Reference is made below to various properties of unicode codepoints.
1311
The definitive list can be found here:
@@ -47,6 +45,8 @@ line), or C<Zp> (Separator, paragraph) property.
4745
4846
This list contains the single codepoints [and their Texas (ASCII)
4947
equivalents] that have a special meaning in Perl 6.
48+
The C<Since> column indicates the version of Perl 6 in which
49+
the symbol was introduced.
5050
5151
=table
5252
Symbol | Codepoint | Texas | Since | Remarks

0 commit comments

Comments
 (0)