github.com/ohait/go-unidecode

port of unidecode to go


License
Apache-2.0
Install
go get github.com/ohait/go-unidecode

Documentation

go-unidecode

Port of https://metacpan.org/pod/Text::Unidecode in go

unidecode := `úñícøðé`
ascii := unidecode.Decode(unicode) // => "unicode"

internals

It uses git@github.com:xuender/unidecode.git, parses the resources an build the Xxxx.go files from there using cmd/main.go