Skip to content

Commit 334c406

Browse files
committed
Merge pull request #459 from tbrowder/master
another attempt to widen 'Texas' column
2 parents f2a9e0d + ef2e369 commit 334c406

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
@@ -36,7 +36,7 @@ such as Β½ and β…“. (These aren't decimal digit characters, so can't be combine
3636
This list contains the codepoints (and their Texas (ASCII) equivalents) that
3737
have a special meaning in Perl 6.
3838
39-
=begin table
39+
=table
4040
Symbol | Codepoint | Texas | Since | Remarks
4141
==============|===========|=========|=======|=========================
4242
« | U+00AB | << | | as part of «» or .«
@@ -48,7 +48,7 @@ have a special meaning in Perl 6.
4848
β‰… | U+2245 | =~= | |
4949
Ο€ | U+03C0 | pi | | 3.14159_26535_89793_238e0
5050
Ο„ | U+03C4 | tau | | 6.28318_53071_79586_476e0
51-
𝑒 | U+1D452 | e | | 2.71828_18284_59045_235e0
51+
e | U+1D452 | e | | 2.71828_18284_59045_235e0
5252
∞ | U+221E | Inf | |
5353
… | U+2026 | ... | |
5454
β€˜ | U+2018 | ' | | as part of β€˜β€™ or β€šβ€™ or β€™β€˜
@@ -74,9 +74,9 @@ have a special meaning in Perl 6.
7474
⁹ | U+2079 | **9 | | can be combined with ⁰..⁹
7575
βˆ… | U+205 | set() | | I<(empty set)>
7676
∈ | U+208 | (elem) | |
77-
βˆ‰ | U+209 | !(elem) | |
77+
βˆ‰ | U+209 | !(elem) | |
7878
βˆ‹ | U+20B | (cont) | |
79-
∌ | U+20C | !(cont) | |
79+
∌ | U+20C | !(cont) | |
8080
βŠ† | U+286 | (<=) | |
8181
⊈ | U+288 | !(<=) | |
8282
βŠ‚ | U+282 | (<) | |

0 commit comments

Comments
Β (0)