drahnr / cargo-spellcheck

Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grapheme support

drahnr opened this issue · comments

Is your feature request related to a particular use-case?

Use https://crates.io/crates/unicode-segmentation for segmentation to detect graphemes properly.

Describe the solution you'd like to implement/see implemented

Use the provided iterators instead of .chars() to get graphemes instead of unicode chars.

Describe alternatives you've considered

Ignore graphemes

Additional context

Ref #73