KINGSABRI / unidecode2en

ASCII transliterations of Unicode text to English.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unicode2en

ASCII transliterations of Unicode text to English.

Build

  • Windows
GOOS=windows GOARCH=amd64 go build .
  • Linux
GOOS=linux GOARCH=amd64 go build .

Usage

  • names.lst
García
Núñez
Pérez
./unidecode2en -f names.lst
./unidecode2en -s 北京

About

ASCII transliterations of Unicode text to English.


Languages

Language:Go 100.0%