1
0
mirror of https://github.com/Luzifer/slugify.git synced 2024-09-20 17:43:00 +00:00
slugify/vendor/github.com/rainycape/unidecode
2017-12-15 11:31:48 +01:00
..
.gitignore Initial version 2017-12-15 11:31:48 +01:00
decode.go Initial version 2017-12-15 11:31:48 +01:00
LICENSE Initial version 2017-12-15 11:31:48 +01:00
make_table.go Initial version 2017-12-15 11:31:48 +01:00
README.md Initial version 2017-12-15 11:31:48 +01:00
table.go Initial version 2017-12-15 11:31:48 +01:00
table.txt Initial version 2017-12-15 11:31:48 +01:00
unidecode_test.go Initial version 2017-12-15 11:31:48 +01:00
unidecode.go Initial version 2017-12-15 11:31:48 +01:00

unidecode

Unicode transliterator in Golang - Replaces non-ASCII characters with their ASCII approximations.

GoDoc