Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"Since" column was filled
  • Loading branch information
Altai-man committed Jul 8, 2016
1 parent 286320e commit 572dcb4
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions doc/Language/unicode_texas.pod6
Expand Up @@ -59,60 +59,60 @@ equivalents] that have a special meaning in Perl 6.
=table
Symbol | Codepoint | Texas | Since | Remarks
=======|===========|============|=======|=========================
« | U+00AB | << | | as part of «» or .«
» | U+00BB | >> | | as part of «» or .»
Γ— | U+00D7 | * | |
Γ· | U+00F7 | / | |
βˆ’ | U+2212 | - | |
∘ | U+2218 | o | |
β‰… | U+2245 | =~= | |
Ο€ | U+03C0 | pi | | 3.14159_26535_89793_238e0
Ο„ | U+03C4 | tau | | 6.28318_53071_79586_476e0
𝑒 | U+1D452 | e | | 2.71828_18284_59045_235e0
∞ | U+221E | Inf | |
… | U+2026 | ... | |
β€˜ | U+2018 | ' | | as part of β€˜β€™ or β€šβ€™ or β€™β€˜
’ | U+2019 | ' | | as part of β€™β€˜ or ’’
β€š | U+201A | ' | | as part of β€šβ€˜ or β€šβ€™
β€œ | U+201C | " | | as part of β€œβ€ or β€žβ€ or β€β€œ
” | U+201D | " | | as part of β€β€œ or ””
β€ž | U+201E | " | | as part of β€žβ€œ or β€žβ€
ο½’ | U+FF62 | Q// | | as part of ο½’ο½£
ο½£ | U+FF63 | Q// | | as part of ο½’ο½£
⁺ | U+207A | + | | (must use explicit number) as part of exponentiation
⁻ | U+207B | - | | (must use explicit number) as part of exponentiation
Β― | U+00AF | - | | (must use explicit number) as part of exponentiation (macron is an alternative way of writing a minus)
⁰ | U+2070 | **0 | | can be combined with ⁰..⁹
¹ | U+2071 | **1 | | can be combined with ⁰..⁹
² | U+2072 | **2 | | can be combined with ⁰..⁹
³ | U+2073 | **3 | | can be combined with ⁰..⁹
⁴ | U+2074 | **4 | | can be combined with ⁰..⁹
⁡ | U+2075 | **5 | | can be combined with ⁰..⁹
⁢ | U+2076 | **6 | | can be combined with ⁰..⁹
⁷ | U+2077 | **7 | | can be combined with ⁰..⁹
⁸ | U+2078 | **8 | | can be combined with ⁰..⁹
⁹ | U+2079 | **9 | | can be combined with ⁰..⁹
βˆ… | U+2205 | set() | | (empty set)
∈ | U+2208 | (elem) | |
βˆ‰ | U+2209 | !(elem) | |
βˆ‹ | U+220B | (cont) | |
∌ | U+220C | !(cont) | |
βŠ† | U+2286 | (<=) | |
⊈ | U+2288 | !(<=) | |
βŠ‚ | U+2282 | (<) | |
βŠ„ | U+2284 | !(<) | |
βŠ‡ | U+2287 | (>=) | |
βŠ‰ | U+2289 | !(>=) | |
βŠƒ | U+2283 | (>) | |
βŠ… | U+2285 | !(>) | |
β‰Ό | U+227C | (<+) | |
≽ | U+227D | (>+) | |
βˆͺ | U+222A | (|) | |
∩ | U+2229 | (&) | |
βˆ– | U+2216 | (-) | |
βŠ– | U+2296 | (^) | |
⊍ | U+228D | (.) | |
⊎ | U+228E | (+) | |
« | U+00AB | << | v6.c | as part of «» or .«
» | U+00BB | >> | v6.c | as part of «» or .»
Γ— | U+00D7 | * | v6.c |
Γ· | U+00F7 | / | v6.c |
βˆ’ | U+2212 | - | v6.c |
∘ | U+2218 | o | v6.c |
β‰… | U+2245 | =~= | v6.c |
Ο€ | U+03C0 | pi | v6.c | 3.14159_26535_89793_238e0
Ο„ | U+03C4 | tau | v6.c | 6.28318_53071_79586_476e0
𝑒 | U+1D452 | e | v6.c | 2.71828_18284_59045_235e0
∞ | U+221E | Inf | v6.c |
… | U+2026 | ... | v6.c |
β€˜ | U+2018 | ' | v6.c | as part of β€˜β€™ or β€šβ€™ or β€™β€˜
’ | U+2019 | ' | v6.c | as part of β€™β€˜ or ’’
β€š | U+201A | ' | v6.c | as part of β€šβ€˜ or β€šβ€™
β€œ | U+201C | " | v6.c | as part of β€œβ€ or β€žβ€ or β€β€œ
” | U+201D | " | v6.c | as part of β€β€œ or ””
β€ž | U+201E | " | v6.c | as part of β€žβ€œ or β€žβ€
ο½’ | U+FF62 | Q// | v6.c | as part of ο½’ο½£
ο½£ | U+FF63 | Q// | v6.c | as part of ο½’ο½£
⁺ | U+207A | + | v6.c | (must use explicit number) as part of exponentiation
⁻ | U+207B | - | v6.c | (must use explicit number) as part of exponentiation
Β― | U+00AF | - | v6.c | (must use explicit number) as part of exponentiation (macron is an alternative way of writing a minus)
⁰ | U+2070 | **0 | v6.c | can be combined with ⁰..⁹
¹ | U+2071 | **1 | v6.c | can be combined with ⁰..⁹
² | U+2072 | **2 | v6.c | can be combined with ⁰..⁹
³ | U+2073 | **3 | v6.c | can be combined with ⁰..⁹
⁴ | U+2074 | **4 | v6.c | can be combined with ⁰..⁹
⁡ | U+2075 | **5 | v6.c | can be combined with ⁰..⁹
⁢ | U+2076 | **6 | v6.c | can be combined with ⁰..⁹
⁷ | U+2077 | **7 | v6.c | can be combined with ⁰..⁹
⁸ | U+2078 | **8 | v6.c | can be combined with ⁰..⁹
⁹ | U+2079 | **9 | v6.c | can be combined with ⁰..⁹
βˆ… | U+2205 | set() | v6.c | (empty set)
∈ | U+2208 | (elem) | v6.c |
βˆ‰ | U+2209 | !(elem) | v6.c |
βˆ‹ | U+220B | (cont) | v6.c |
∌ | U+220C | !(cont) | v6.c |
βŠ† | U+2286 | (<=) | v6.c |
⊈ | U+2288 | !(<=) | v6.c |
βŠ‚ | U+2282 | (<) | v6.c |
βŠ„ | U+2284 | !(<) | v6.c |
βŠ‡ | U+2287 | (>=) | v6.c |
βŠ‰ | U+2289 | !(>=) | v6.c |
βŠƒ | U+2283 | (>) | v6.c |
βŠ… | U+2285 | !(>) | v6.c |
β‰Ό | U+227C | (<+) | v6.c |
≽ | U+227D | (>+) | v6.c |
βˆͺ | U+222A | (|) | v6.c |
∩ | U+2229 | (&) | v6.c |
βˆ– | U+2216 | (-) | v6.c |
βŠ– | U+2296 | (^) | v6.c |
⊍ | U+228D | (.) | v6.c |
⊎ | U+228E | (+) | v6.c |
=head1 Multiple codepoints
Expand All @@ -124,6 +124,6 @@ when used.
=table
Symbol | Codepoints | Texas | Since | Remarks
=======|==================|=========|=======|=========================
Β»=Β» | U+00BB = U+00BB | >>[=]>> | | uses ASCII '='
Β»=Β» | U+00BB = U+00BB | >>[=]>> | v6.c | uses ASCII '='
=end pod

0 comments on commit 572dcb4

Please sign in to comment.