mmfont

Myanmar Font Encoding Converter between Zawgyi 1 and Unicode 5.1 encodings


Keywords
myanmar, unicode, mm, zawgyi, mmunicode
License
Other
Install
pip install mmfont==0.1

Documentation

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