This repo includes a script to convert the Unidecode data tables from perl into JSON. It currently is using Text-Unidecode-1.30.
- Download the latest version of Text::Unidecode
- Extract and Install it (
perl Makefile.pl; make; make install
) - Copy the
Unidecode
directory from the source and place it in the same directory ascreate_transformation_json.pl
- Extract and Install JSON
- Run create_transformation_json.pl (
perl create_transformation_json.pl
) - Enjoy your sweet JSON in
transform.json
. Use it in applications, convert it to a different format! Do whatever you want!
- I am using Text::Unidecode under the Artistic License 2.0. The Unidecode table data has been taken from the source and modified to be represented as JSON.
- The resulting file (
transform.json
) and conversion script are released under the MIT License - feel free to use them!