Metadata-Version: 2.0
Name: winicode
Version: 0.0.4
Summary: Set Windows code page to UTF-8
Home-page: https://github.com/changyuheng/winicode
Author: Henry Chang
Author-email: mr.changyuheng@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Environment :: Win32 (MS Windows)
Requires-Python: >=2.7
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

winicode
========

Set Windows code page to Unicode: UTF-8 (65001).

Installation
------------

.. code:: sh

    pip install winicode

Usage
-----

.. code:: py

    import winicode


