Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saturngod/zawgyi-to-unicode-ios

zawgyi to unicode with native iOS converter
https://github.com/saturngod/zawgyi-to-unicode-ios

Last synced: 26 days ago
JSON representation

zawgyi to unicode with native iOS converter

Awesome Lists containing this project

README

        

base on Zawgyi To Unicode javascript ( https://github.com/saturngod/ZG2Uni_JS )

## Usages

add zg2uni.h and zg2uni.m in your project.

#import "zg2uni.h"

.....
.....
.....

NSString* unicode = [zg2uni convertToUniCode:@"zawgyi text"];