Update base norm exceptions with more unicode characters

e.g. unicode variations of punctuation used in Chinese
This commit is contained in:
ines 2017-10-14 14:58:52 +02:00
parent 3516aa0cea
commit 9d6c8eaa49

View File

@ -31,11 +31,21 @@ BASE_NORMS = {
"": '"', "": '"',
"»": '"', "»": '"',
"«": '"', "«": '"',
"": '"',
"": '"',
"": "?",
"": "!",
"": ",",
"": ";",
"": ":",
"": ".",
"": ".",
"": "...", "": "...",
"": "-", "": "-",
"": "-", "": "-",
"--": "-", "--": "-",
"---": "-", "---": "-",
"——": "-",
"": "$", "": "$",
"£": "$", "£": "$",
"¥": "$", "¥": "$",