Skip to content

Instantly share code, notes, and snippets.

// Zawgyi<>Unicode converter python module
// Based on rules from Parabaik Myanmar Text Converter
// Copyright (C) 2014 Ngwe Tun (Solveware Solution)
// Copyright (C) 2014 Ye Mon Kyaw
/*
* To run the converter, you need `argparse4j` library.
* javac -cp argparse4j-0.4.3.jar Converter.java && java -cp argparse4j-0.4.3.jar Converter
* If you just want the conversion routines, remove the main methon and argparse4j imports.
*
@trhura
trhura / Converter.java
Last active December 10, 2023 09:29
Unicode <-> Zawgyi Java Converter
// Zawgyi<>Unicode converter python module
// Based on rules from Parabaik Myanmar Text Converter
// Copyright (C) 2014 Ngwe Tun (Solveware Solution)
// Copyright (C) 2014 Ye Mon Kyaw
// This file is part of Paytan.
// Paytan is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or