sc0Vu / didyoumean

Didyoumean in golang (Levenshtein distance)

Home Page:https://godoc.org/github.com/sc0Vu/didyoumean

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken with utf8 encoding string

sc0Vu opened this issue · comments

In golang, string is bytes representation of ascii / utf8 / hex. Didyoumean would break if use utf8 string.

TODO:

  • support utf8
  • add fuzz testing