extended_ascii

Exports anything passed in as ISRI Extended ASCII, a Latin-1 based encoding which allows for Unicode BMP escapes. Astral code points are impossible to express in this scheme, lest one wishes to resort to surrogate pairs (yuck!).


License
MIT
Install
pip install extended_ascii==1.0.1

Documentation

extended_ascii - convert UTF-8 → Extended ASCII

DEPRECATED! Use isri-ocr-evauation-tools 6.0 with built-in support for UTF-8.

Converts UTF-8 text to extended ASCII and back again.

Install (Homebrew)

$ brew tap eddieantonio/eddieantonio
$ brew install extended_ascii

Install (pip)

$ [sudo] pip install extended_ascii

Converting to Extended ASCII

$ extended_ascii < input > output

Converting from Extended ASCII

$ to_utf8 < input > output

License

© 2015 Eddie Antonio Santos. MIT Licensed.