Registry / utility / gosimple-unidecode

gosimple-unidecode

JSON →
library1.0.1gogounverified

Package unidecode implements a unicode transliterator which replaces non-ASCII characters with their ASCII approximations.

go get github.com/gosimple/unidecode
INSTALL
IMPORT
SIG · GOSIMPLE-UNIDECODE
G
gosimple-unidecode
utilitygov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

unidecode
github.com/gosimple/unidecode

Transliterates a Unicode string to ASCII.

package main import ( "fmt" "github.com/gosimple/unidecode" ) func main() { result := unidecode.Unidecode("áéíóú") fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gosimple-unidecode — go get gosimple-unidecode · libregistry