package unidecode
Import Path
github.com/gosimple/unidecode (on go.dev)
Dependency Relation
imports 5 packages, and imported by one package
Involved Source Files
decode.go
table.go
Package unidecode implements a unicode transliterator
which replaces non-ASCII characters with their ASCII
approximations.
Package-Level Functions (only one)
Unidecode implements a unicode transliterator, which
replaces non-ASCII characters with their ASCII
counterparts.
Given an unicode encoded string, returns
another string with non-ASCII characters replaced
with their closest ASCII counterparts.
e.g. Unicode("áéíóú") => "aeiou"
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |