Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saturngod/zawgyi-to-unicode-ios
- Owner: saturngod
- Created: 2012-06-29T08:11:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-29T09:10:20.000Z (over 12 years ago)
- Last Synced: 2024-10-16T02:10:36.832Z (2 months ago)
- Language: Objective-C
- Size: 122 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"];