Add support for iOS-style quotation marks
This commit is contained in:
parent
3c7afbfdaa
commit
8f60377d63
@ -7,7 +7,7 @@ namespace PluralKit.Bot.CommandSystem
|
|||||||
{
|
{
|
||||||
private static readonly Dictionary<char, char> _quotePairs = new Dictionary<char, char>()
|
private static readonly Dictionary<char, char> _quotePairs = new Dictionary<char, char>()
|
||||||
{
|
{
|
||||||
{'\'', '\''}, {'"', '"'}
|
{'\'', '\''}, {'"', '"'}, {'“', '”'}
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly string _cmd;
|
private readonly string _cmd;
|
||||||
|
Loading…
Reference in New Issue
Block a user