Skip to content

Commit ee05ce5

Browse files
committed
Merge pull request #460 from tbrowder/master
use Perl 6 pod codes for unicode and non-breaking words
2 parents f099e1e + f77f223 commit ee05ce5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Ždoc/Language/unicode_texas.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
e | U+1D452 | e | | 2.71828_18284_59045_235e0
51+
E<0x1d452> | 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 | S<!(elem)> | |
7878
βˆ‹ | U+20B | (cont) | |
79-
∌ | U+20C | !(cont) | |
79+
∌ | U+20C | S<!(cont)> | |
8080
βŠ† | U+286 | (<=) | |
8181
⊈ | U+288 | !(<=) | |
8282
βŠ‚ | U+282 | (<) | |

0 commit comments

Comments
Β (0)