Documentation ¶
Overview ¶
Package unidecode implements a unicode transliterator which replaces non-ASCII characters with their ASCII approximations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Unidecode ¶
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"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.