Discover Packages
github.com/portmare/grafana
Godeps
_workspace
src
gopkgs.com
unidecode.v1
package
Version:
v2.0.2+incompatible
Opens a new window with list of versions in this module.
Published: Apr 22, 2015
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 9
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-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
¶
Click to show internal directories.
Click to hide internal directories.