tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Remove variation selectors before spellchecking #43

Closed tbroadley closed 5 years ago

tbroadley commented 5 years ago

retext-spell detects the Unicode emoji variation selectors U+FE0E and U+FE0F as spelling mistakes. To fix this, remove these characters before spellchecking.

Fixes #41.