/mmfont

:dizzy: Python module for conversion between zawgyi and unicode

Primary LanguagePythonMIT LicenseMIT

mmfont

Build Status

A simple python module which converts zawgyi <=> unicode strings. It is generated from paytan which utilizes the conversion rules from parabaik.

Usage

The two main functions are named uni512zg1 and zg12uni51 for conversion between Zawgyi 1 and Unicode 5.1 encodings.

from mmfont.converter import uni512zg1, zg12uni51

License

MIT