Skip to content

Commit a5f5ca0

Browse files
authored
Fix fancy-pants quotes
- Some alternatives do not reference the quote in question - Some alternatives are omited
1 parent 189b39b commit a5f5ca0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€Ždoc/Language/unicode_texas.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ equivalents] that have a special meaning in PerlΒ 6.
7171
𝑒 | U+1D452 | e | v6.c | 2.71828_18284_59045_235e0
7272
∞ | U+221E | Inf | v6.c |
7373
… | U+2026 | ... | v6.c |
74-
β€˜ | U+2018 | ' | v6.c | as part of β€˜β€™ or β€šβ€™ or β€™β€˜
75-
’ | U+2019 | ' | v6.c | as part of β€™β€˜ or ’’
74+
β€˜ | U+2018 | ' | v6.c | as part of β€˜β€™ or β€™β€˜
75+
’ | U+2019 | ' | v6.c | as part of β€˜β€™ or β€šβ€™ or β€™β€˜
7676
β€š | U+201A | ' | v6.c | as part of β€šβ€˜ or β€šβ€™
77-
β€œ | U+201C | " | v6.c | as part of β€œβ€ or β€žβ€ or β€β€œ
78-
” | U+201D | " | v6.c | as part of β€β€œ or ””
77+
β€œ | U+201C | " | v6.c | as part of β€œβ€ or β€β€œ
78+
” | U+201D | " | v6.c | as part of β€œβ€ or β€β€œ or ””
7979
β€ž | U+201E | " | v6.c | as part of β€žβ€œ or β€žβ€
8080
ο½’ | U+FF62 | Q// | v6.c | as part of ο½’ο½£
8181
ο½£ | U+FF63 | Q// | v6.c | as part of ο½’ο½£

0 commit comments

Comments
Β (0)