Transliteration of Hangul(Korean) to Roman writing system following Revised Romanization of Korean(2000).
Project description
Usage
=====
>>> from hangul import translit
>>> translit.test()
>>> s = translit.romanize('<some Hangul>')
>>> # You can specify encoding.
>>> s2 = translit.romanize('<some Hangul>', 'cp949', 'cp949')
=====
>>> from hangul import translit
>>> translit.test()
>>> s = translit.romanize('<some Hangul>')
>>> # You can specify encoding.
>>> s2 = translit.romanize('<some Hangul>', 'cp949', 'cp949')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hangul.translit-0.1.1.tar.gz
(4.1 kB
view hashes)