golang-github-rainycape-unidecode-dev

Replace non-ascii characters with their ascii approximations
  https://github.com/rainycape/unidecode
  0
  no reviews



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.