Metadata-Version: 1.1
Name: extended-ascii
Version: 1.0.0
Summary: 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!).
Home-page: https://github.com/eddieantonio/isri-extended-ascii
Author: Eddie Antonio Santos
Author-email: easantos@ualberta.ca
License: MIT
Download-URL: https://github.com/eddieantonio/isri-extended-ascii
Description: ***********************************************
        extended_ascii - convert UTF-8 → Extended ASCII
        ***********************************************
        
        Converts UTF-8 text to extended ASCII and back again.
        
        ============================
        Converting to Extended ASCII
        ============================
        
        .. code-block:: bash
        
            $ extended_ascii < input > output
        
        ==============================
        Converting from Extended ASCII
        ==============================
        
        .. code-block:: bash
        
            $ to_utf8 < input > output
        
        =======
        License
        =======
        
        © 2015 Eddie Antonio Santos. MIT Licensed.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
