Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 305 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 305 Bytes

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