```pycon >>> from confusables import Confusables >>> c = Confusables('confusables.txt') >>> c.confusables_regex('-') '[\\-‐‑‒–﹘\u200e⁃˗−➖Ⲻ⨩⸚﬩∸⨪꓾]' ``` `\u200e` is [left-to-right mark](https://en.wikipedia.org/wiki/Left-to-right_mark). I don't think it should be there.
\u200eis left-to-right mark. I don't think it should be there.