A simple python module which converts zawgyi <=> unicode strings. It is generated from paytan which utilizes the conversion rules from parabaik.
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
MIT