Discover Packages
github.com/betterfin/unidecode
package
module
Version:
v0.0.0-...-93ecf1b
Opens a new window with list of versions in this module.
Published: Nov 20, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README Documentation Source Files Directories unidecode Overview Index Constants Variables Functions Types Unidecode(s)
README
¶
unidecode
Unicode transliterator in Golang - Replaces non-ASCII characters with their ASCII approximations.
Please, use the following import path to ensure a stable API:
import "gopkgs.com/unidecode.v1"
View other available versions, documentation and examples at http://gopkgs.com/unidecode
Expand ▾
Collapse ▴
Documentation
¶
Package unidecode implements a unicode transliterator
which replaces non-ASCII characters with their ASCII
approximations.
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"
Source Files
¶
Directories
¶
Show internal
Collapse all
Click to show internal directories.
Click to hide internal directories.