hypua2jamo ========== Convert `Hanyang-PUA code `_ (U+E0BC~U+F8F7) to unicode Hangul Jamo (U+1100~U+11FF), i.e. `Syllable-Initial-Peak-Final Encoding (첫가끝 코드) `_. Example ------- >>> from hypua2jamo import translate >>> pua = u'\ub098\ub78f\u302e\ub9d0\u302f\uebd4\ubbf8\u302e' >>> translate(pua) u'\ub098\ub78f\u302e\ub9d0\u302f\u110a\u119e\ubbf8\u302e' >>> print _ 나랏말ᄊ미 >>> translate(pua, composed=False) u'\ub098\ub78f\u302e\ub9d0\u302f\u1109\u1109\u119e\ubbf8\u302e' >>> print _ 나랏말ㅅㅅ미 Installation ------------ from `pypi `_:: pip install hypua2jamo from `github `_:: git clone git://github.com/mete0r/hypua2jamo.git cd hypua2jamo python bootstrap.py bin/buildout python data2py.py Requirements ------------ - Python 2 Documentation & Development --------------------------- - Documentation: `http://hypua2jamo.readthedocs.org `_ - GitHub: `https://github.com/mete0r/hypua2jamo `_ - Issue tracker: `https://github.com/mete0r/hypua2jamo/issues `_ - Bug reports, feedbacks and contributions are welcome! Contributors ------------ Maintainer: `@mete0r_kr `_ License ------- .. image:: http://www.gnu.org/graphics/lgplv3-147x51.png `GNU Lesser General Public License Version 3 `_ `(text version) `_ Disclosure ---------- This work is based on `KTUG `_ `Hanyang PUA Table Project `_.