iphone - different behaviors for zxing decode on Android and IOS -


I have completed the text encoding to the QR code on Android, and the decoding part also works well. And just for fun, I want to convert the Chinese word into the QR code, encoding it on Android, Zaxing can recognize it well. However, I tried to zxing the iPhone app, it failed Chinese decoding (after long time there is no result, whereas only the recognized text takes 1 second for the Android code to return) I am now on Zaxing SDK for iOS We have not seen, why only one company's application should behave differently on those two platforms, I think the algorithm should be the same. Thanks!

ZXing is not a company, it is an open source project.

However, the QR code suport in Java and C ++ is very carefully kept in sync, so the result should not be very different. Your best bet is to post the code, which is causing problems in the ZXing mailing list so that people get a chance to check.

(FWIW is one of the C ++ / IOS ZXing ports.)

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -