As of now it works with Nudi and Baraha encoding, This script can convert the text file with Nudi/Baraha encoded text to Unicode.
Online version is available in aravindavk.github.com/ascii2unicode
<path to python3> <path to converter.py> <encoding_name> <input_file> <output_file>
Example(Linux Users)
python3 converter.py nudi sample_input.txt clean_text.txt
Example(Windows users)
C:\python32\python.exe converter.py nudi sample_input.txt clean_text.txt
- Test with Baraha encoding - Completed [May 4th]
- Analyze and adopt encoding used in KannadaPrabha
- Fix issues if any
- Web interface for online use and JSONP API
- Converter GUI