[commands] Don't handle single quotes.
This commit is contained in:
parent
eb5defed00
commit
f176309179
@ -111,7 +111,6 @@ class StringView:
|
|||||||
# map from opening quotes to closing quotes
|
# map from opening quotes to closing quotes
|
||||||
_quotes = {
|
_quotes = {
|
||||||
'"': '"',
|
'"': '"',
|
||||||
"'": "'",
|
|
||||||
"«": "»",
|
"«": "»",
|
||||||
"‘": "’",
|
"‘": "’",
|
||||||
"‚": "‛",
|
"‚": "‛",
|
||||||
@ -125,7 +124,6 @@ _quotes = {
|
|||||||
"﹁": "﹂",
|
"﹁": "﹂",
|
||||||
"﹃": "﹄",
|
"﹃": "﹄",
|
||||||
""": """,
|
""": """,
|
||||||
"'": "'",
|
|
||||||
"「": "」",
|
"「": "」",
|
||||||
"«": "»",
|
"«": "»",
|
||||||
"‹": "›",
|
"‹": "›",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user