Discover Packages
github.com/samerxye-zz/unidecode
package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 19, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
unidecode
Unicode transliterator in Golang - Replaces non-GSM characters with their GSM approximations.
References:
Note: this transliterator does not include characters in the GSM extension table. NBSP is displayed as a space character.
Expand ▾
Collapse ▴
Documentation
¶
Package unidecode implements a unicode transliterator
which replaces non-GSM characters with their GSM
approximations.
Unidecode implements a unicode transliterator, which
replaces non-GSM characters with their GSM
counterparts.
Given an unicode encoded string, returns
another string with non-ASCII characters replaced
with their closest GSM counterparts.
e.g. Unidecode("áéíóú") => "aéiou"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.