google / myanmar-tools

Detect and convert the Zawgyi-One font encoding in C++, Java, JavaScript, PHP, and Ruby
Other
242 stars 87 forks source link

How to use this in iOS? #32

Open lanyannoren opened 5 years ago

lanyannoren commented 5 years ago

In iOS, we can`t use .os lib, what should i do to use myanmar-tools in iOS.

caomanhquang commented 5 years ago

@lanyannoren I've just customized a bit to build c++ static library to use in my iOS project. Please check out here https://github.com/quangcm/detectzawgyi I think it is useful for you as well.

lawinko commented 4 years ago

@lanyannoren, I have customized for iOS and macOS platforms. Check on this https://github.com/lawinko/ZawgyiDetector. Sorry for waiting for you for about one year.

sffc commented 4 years ago

Please also check out the new Swift bindings for Myanmar Tools:

https://github.com/google/myanmar-tools/blob/master/clients/swift/README.md

I'll leave this issue open to write better documentation on how to plug the Myanmar Tools Swift code into your iOS app.