Try escaping hyphens again

This commit is contained in:
Ines Montani 2019-03-09 03:06:50 +01:00
parent 3f01228253
commit a145bfe627

View File

@ -215,7 +215,7 @@ _punct = (
r"… …… , : ; \! \? ¿ ؟ ¡ \( \) \[ \] \{ \} < > _ # \* & 。 · । ، ؛ ٪"
)
_quotes = r'\' " ” “ ` ´ , „ » « 「 」 『 』 【 】 《 》 〈 〉'
_hyphens = "- -- --- —— ~"
_hyphens = r"\- \-\- \-\-\- —— ~"
# Various symbols like dingbats, but also emoji
# Details: https://www.compart.com/en/unicode/category/So