hypua2jamo

Convert Hanyang-PUA code to unicode Hangul Jamo
Download

hypua2jamo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL v3
  • Price:
  • FREE
  • Publisher Name:
  • mete0r
  • Publisher web site:
  • https://github.com/mete0r/

hypua2jamo Tags


hypua2jamo Description

hypua2jamo is a Python module to 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 _ 나랏말ㅅㅅ미Installationfrom pypi:pip install hypua2jamofrom github:git clone git://github.com/mete0r/hypua2jamo.gitcd hypua2jamopython bootstrap.pybin/buildoutpython data2py.pyDocumentation & 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!DisclosureThis work is based on KTUG Hanyang PUA Table Project.Product's homepage


hypua2jamo Related Software