Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturngod/unicode-zawgyi-converter
Unicode ↔️Zawgyi Converter for mac. Can use the code for iOS , too. It's using parabaik js
https://github.com/saturngod/unicode-zawgyi-converter
Last synced: 2 months ago
JSON representation
Unicode ↔️Zawgyi Converter for mac. Can use the code for iOS , too. It's using parabaik js
- Host: GitHub
- URL: https://github.com/saturngod/unicode-zawgyi-converter
- Owner: saturngod
- Created: 2015-01-16T01:44:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T02:20:51.000Z (almost 10 years ago)
- Last Synced: 2024-04-08T17:02:09.366Z (9 months ago)
- Language: JavaScript
- Size: 699 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Zawgyi To Unicode Converter Mac App
![app icon](./appicon_128.png)
Allow to convert between Zawgyi And Unicode. It's using [Parabaik](https://github.com/ngwestar/parabaik).
### Download
You can download Mac app at [Release](https://github.com/saturngod/Unicode-Zawgyi-Converter/releases).
### Requirement
- Mac OS X 10.9 or later
### iOS
If you want to use Parabaik in the iOS app, just drag and drop **parabaik** folder to your project.
Add the
- JavaScriptCore.framework
#### Usages
```
#import "parabaik.h"
```For Zawgyi To Unicode
```
[parabaik zawgyiToUni:@"ျမန္မာစာ"];
```For Unicode To Zawgyi
```
[parabaik uniToZawgyi:@"မြန်မာစာ"];
```