Skip to content

FourierTransformer/UnidecodeConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unidecode Converter

This repo includes a script to convert the Unidecode data tables from perl into JSON. It currently is using Text-Unidecode-1.30.

Doing the conversion

  1. Download the latest version of Text::Unidecode
  2. Extract and Install it (perl Makefile.pl; make; make install)
  3. Copy the Unidecode directory from the source and place it in the same directory as create_transformation_json.pl
  4. Extract and Install JSON
  5. Run create_transformation_json.pl (perl create_transformation_json.pl)
  6. Enjoy your sweet JSON in transform.json. Use it in applications, convert it to a different format! Do whatever you want!

Licenses

  • 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!

About

perl script to convert Unidecode data into JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages