wanleung / iOS-QREncoder

Objective-C QRCode Encode Library Framework for iOS
Other
10 stars 1 forks source link

Dose it support Japanese character? #2

Open yshuolu opened 12 years ago

yshuolu commented 12 years ago

Many QREncoder can not encode Japanese and Chinese. What about this?

wanleung commented 12 years ago

Hi,

Thanks for the mail.

This project is possible to encode Japanese and Chinese as it handles all the string in UTF8.

But if you want to read the QRCode, the reader also have to support UTF8.

Here are 2 screen shots of QRCode that encode a Chinese and Japanese words and both are possible to be detected by an App called QR Droid on Android.

However, as the iOS behavior usually changed, the old usage of my framework is now not possible to work on iOS device anymore(but work on simulator ) and will give a segfault. The problem we found is about the Import of the UIView is now not possible to include in a framework on an iOS device.......

If you want to use my framework now, you have to copy all the source, include the .h and the .a files into your project.

I am sorry for the inconvenience.

regards, wanleung

On 31 Aug, 2012, at 4:59 PM, Phineas-z wrote:

Many QREncoder can not encode Japanese and Chinese. What about this?

— Reply to this email directly or view it on GitHub.