Haolei Converter is a simple, fast, and offline Myanmar text converter that converts between Zawgyi and Unicode encodings.
It helps developers, students, and content creators easily transform text to ensure proper display and compatibility across all platforms.
Haolei provides Myanmar encoding normalization focused on accurate Zawgyi to Unicode conversion for websites, documents, and applications. The project converts legacy Zawgyi-encoded text into standard Unicode so Myanmar text displays correctly across modern platforms and software.
- 🔁 Primary focus: Zawgyi to Unicode conversion (also supports Unicode → Zawgyi where needed)
- ⚡ Instant normalization: Converts text as you type for quick verification
- 💻 Offline-capable: Pure HTML/JS implementation works without a server
- 🧩 Lightweight & fast: Minimal footprint for embedding in projects
- 🌐 Compatibility: Intended for web, CMS content, documents, and applications
The page is hosted at:
https://mmencoder.marareih.org/
- Paste or type Myanmar text (Zawgyi or Unicode) into the input box.
- The tool will normalize the encoding (Zawgyi → Unicode) automatically or on demand.
- Copy the resulting Unicode text for use in websites, documents, or apps.
Clone and open locally in a browser:
git clone https://github.com/Laitei40/haoleiconverter.git
cd HaoleiConverter
start index.htmlIf you'd like, I can add a short usage example, a screenshot, or a recommended .gitignore and license file.