Skip to content

Commit f626904

Browse files
committed
Merge pull request #461 from tbrowder/master
trying to insert unicode italic 'e' in first column
2 parents 39e8e39 + bd276d0 commit f626904

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
@@ -43,12 +43,12 @@ have a special meaning in Perl 6.
4343
» | U+00BB | >> | | as part of «» or .»
4444
× | U+00D7 | * | |
4545
÷ | U+00F7 | / | |
46-
− | U+2212 | - | |
46+
− | U+2212 | - | |
4747
∘ | U+2218 | o | |
48-
≅ | U+2245 | =~= | |
48+
≅ | U+2245 | =~= | |
4949
π | U+03C0 | pi | | 3.14159_26535_89793_238e0
5050
τ | U+03C4 | tau | | 6.28318_53071_79586_476e0
51-
E<0x1d452> | U+1D452 | e | | 2.71828_18284_59045_235e0
51+
| U+1D452 | e | | 2.71828_18284_59045_235e0
5252
∞ | U+221E | Inf | |
5353
… | U+2026 | ... | |
5454
‘ | U+2018 | ' | | as part of ‘’ or ‚’ or ’‘

0 commit comments

Comments
 (0)