Before you convert, please back up your database first.
This repo is zawgyi to unicode font converter for database tool. Currently available database are Postgresql, Mysql and Sqlite.
Clone this repo to your machine
git clone https://github.com/ChesterDenn/zg2uni_db_converter.git
You can define table of which record skip ignore by primary column of value in config.ini
[ignore_table]
YOUR_TABLE_NAME = YOUR_P_COL_ID1, YOUR_P_COL_ID2, YOUR_P_COL_ID3
And then check your machine is installed pipenv. If you don't install yet, please install the pipenv. If your machine os is Ubuntu 18.04, you can install from https://gist.github.com/planetceres/8adb62494717c71e93c96d8adad26f5c.
After installed pipenv, go to the repo and please type
$ pipenv install
$ pipenv shell
And run with
$ python convert.py
If you want to run app with pip please check your machine is installed pip first. If you don't install yet, please install the pip.
Note: run with pip require Python 2.7.15+. This app doesn't support Python 3+
After installed pipenv, go to the repo and please type
$ pip install -r requirements.txt
And run with
$ python convert.py
Special thanks to SaturnGod for Rabbit JS font converter.