Skip to content

Commit ee1fe48

Browse files
committed
Merge pull request #466 from tbrowder/master
tidy table inputs by removing extra white space and aligning column p…
2 parents dcdf014 + ea8c2e4 commit ee1fe48

File tree

1 file changed

+59
-60
lines changed

1 file changed

+59
-60
lines changed

doc/Language/unicode_texas.pod

Lines changed: 59 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -37,62 +37,62 @@ This list contains the single codepoints [and their Texas (ASCII) equivalents] t
3737
have a special meaning in Perl 6.
3838
3939
=table
40-
Symbol | Codepoint | Texas | Since | Remarks
41-
==============|===========|=========|=======|=========================
42-
« | U+00AB | << | | as part of «» or .«
43-
» | U+00BB | >> | | as part of «» or .»
44-
× | U+00D7 | * | |
45-
÷ | U+00F7 | / | |
46-
| U+2212 | - | |
47-
| U+2218 | o | |
48-
| U+2245 | =~= | |
49-
π | U+03C0 | pi | | 3.14159_26535_89793_238e0
50-
τ | U+03C4 | tau | | 6.28318_53071_79586_476e0
51-
𝑒 | U+1D452 | e | | 2.71828_18284_59045_235e0
52-
| U+221E | Inf | |
53-
| U+2026 | ... | |
54-
‘ | U+2018 | ' | | as part of ‘’ or ‚’ or ’‘
55-
’ | U+2019 | ' | | as part of ’‘ or ’’
56-
‚ | U+201A | ' | | as part of ‚‘ or ‚’
57-
“ | U+201C | " | | as part of “” or „” or ”“
58-
” | U+201D | " | | as part of ”“ or ””
59-
„ | U+201E | " | | as part of „“ or „”
60-
| U+FF62 | Q// | | as part of 「」
61-
| U+FF63 | Q// | | as part of 「」
62-
| U+207A | + | | (must use explicit number) as part of exponentiation
63-
| U+207B | - | | (must use explicit number) as part of exponentiation
64-
¯ | U+00AF | - | | (must use explicit number) as part of exponentiation (macron is an alternative way of writing a minus)
65-
| U+2070 | **0 | | can be combined with ⁰..⁹
66-
¹ | U+2071 | **1 | | can be combined with ⁰..⁹
67-
² | U+2072 | **2 | | can be combined with ⁰..⁹
68-
³ | U+2073 | **3 | | can be combined with ⁰..⁹
69-
| U+2074 | **4 | | can be combined with ⁰..⁹
70-
| U+2075 | **5 | | can be combined with ⁰..⁹
71-
| U+2076 | **6 | | can be combined with ⁰..⁹
72-
| U+2077 | **7 | | can be combined with ⁰..⁹
73-
| U+2078 | **8 | | can be combined with ⁰..⁹
74-
| U+2079 | **9 | | can be combined with ⁰..⁹
75-
∅ | U+205 | set() | | I<(empty set)>
76-
∈ | U+208 | (elem) | |
77-
∉ | U+209 | S<!(elem)> | |
78-
∋ | U+20B | (cont) | |
79-
∌ | U+20C | S<!(cont)> | |
80-
⊆ | U+286 | (<=) | |
81-
⊈ | U+288 | !(<=) | |
82-
⊂ | U+282 | (<) | |
83-
⊄ | U+284 | !(<) | |
84-
⊇ | U+287 | (>=) | |
85-
⊉ | U+289 | !(>=) | |
86-
⊃ | U+283 | (>) | |
87-
⊅ | U+285 | !(>) | |
88-
| U+227C | (<+) | |
89-
| U+227D | (>+) | |
90-
| U+222A | (|) | |
91-
| U+2229 | (&) | |
92-
∖ | U+2216 | (-) | |
93-
⊖ | U+2296 | (^) | |
94-
⊍ | U+228D | (.) | |
95-
⊎ | U+228E | (+) | |
40+
Symbol | Codepoint | Texas | Since | Remarks
41+
=======|===========|============|=======|=========================
42+
« | U+00AB | << | | as part of «» or .«
43+
» | U+00BB | >> | | as part of «» or .»
44+
× | U+00D7 | * | |
45+
÷ | U+00F7 | / | |
46+
− | U+2212 | - | |
47+
∘ | U+2218 | o | |
48+
≅ | U+2245 | =~= | |
49+
π | U+03C0 | pi | | 3.14159_26535_89793_238e0
50+
τ | U+03C4 | tau | | 6.28318_53071_79586_476e0
51+
𝑒 | U+1D452 | e | | 2.71828_18284_59045_235e0
52+
∞ | U+221E | Inf | |
53+
… | U+2026 | ... | |
54+
| U+2018 | ' | | as part of ‘’ or ‚’ or ’‘
55+
| U+2019 | ' | | as part of ’‘ or ’’
56+
| U+201A | ' | | as part of ‚‘ or ‚’
57+
| U+201C | " | | as part of “” or „” or ”“
58+
| U+201D | " | | as part of ”“ or ””
59+
| U+201E | " | | as part of „“ or „”
60+
「 | U+FF62 | Q// | | as part of 「」
61+
」 | U+FF63 | Q// | | as part of 「」
62+
⁺ | U+207A | + | | (must use explicit number) as part of exponentiation
63+
⁻ | U+207B | - | | (must use explicit number) as part of exponentiation
64+
¯ | U+00AF | - | | (must use explicit number) as part of exponentiation (macron is an alternative way of writing a minus)
65+
⁰ | U+2070 | **0 | | can be combined with ⁰..⁹
66+
¹ | U+2071 | **1 | | can be combined with ⁰..⁹
67+
² | U+2072 | **2 | | can be combined with ⁰..⁹
68+
³ | U+2073 | **3 | | can be combined with ⁰..⁹
69+
⁴ | U+2074 | **4 | | can be combined with ⁰..⁹
70+
⁵ | U+2075 | **5 | | can be combined with ⁰..⁹
71+
⁶ | U+2076 | **6 | | can be combined with ⁰..⁹
72+
⁷ | U+2077 | **7 | | can be combined with ⁰..⁹
73+
⁸ | U+2078 | **8 | | can be combined with ⁰..⁹
74+
⁹ | U+2079 | **9 | | can be combined with ⁰..⁹
75+
| U+205 | set() | | I<(empty set)>
76+
| U+208 | (elem) | |
77+
| U+209 | S<!(elem)> | |
78+
| U+20B | (cont) | |
79+
| U+20C | S<!(cont)> | |
80+
| U+286 | (<=) | |
81+
| U+288 | !(<=) | |
82+
| U+282 | (<) | |
83+
| U+284 | !(<) | |
84+
| U+287 | (>=) | |
85+
| U+289 | !(>=) | |
86+
| U+283 | (>) | |
87+
| U+285 | !(>) | |
88+
≼ | U+227C | (<+) | |
89+
≽ | U+227D | (>+) | |
90+
∪ | U+222A | (|) | |
91+
∩ | U+2229 | (&) | |
92+
| U+2216 | (-) | |
93+
| U+2296 | (^) | |
94+
| U+228D | (.) | |
95+
| U+228E | (+) | |
9696
9797
=head1 Multiple codepoints
9898
@@ -101,10 +101,9 @@ composition for their Texas (ASCII) equivalents. Note the codepoints
101101
are shown space-separated but should be entered as adjacent codepoints
102102
when used.
103103
104-
105104
=table
106-
Symbol | Codepoints | Texas | Since | Remarks
107-
==============|===========|=========|=======|=========================
108-
»=» | U+00BB = U+00BB | >>[=]>> | | uses ASCII '='
105+
Symbol | Codepoints | Texas | Since | Remarks
106+
=======|==================|=========|=======|=========================
107+
»=» | U+00BB = U+00BB | >>[=]>> | | uses ASCII '='
109108
110109
=end pod

0 commit comments

Comments
 (0)