
Package unidecode implements a unicode transliterator which replaces non-ascii characters with their ascii approximations. given an unicode encoded string, the primary function, unidecode, returns another string with non-ascii characters replaced with their closest ascii counterparts.