googlesamples / ios-vision

Apache License 2.0
93 stars 40 forks source link

Barcode Detector API is not parsing properly while scanning QR code with international characters(ex: À). #8

Open iosnatarajan opened 7 years ago

iosnatarajan commented 7 years ago

Hi There,

When I scan the QR code with international characters, It gives incorrect result in rawValue and nil in displayValue.

Example: Actual Raw value in QR: VisionÀPI Raw value in GMVBarcodeFeature: Unknown encoding Display Value in GMVBarcodeFeature: Nil Source: https://barcode.tec-it.com/en (I guess this barcode generator is using Latin-1 encoding) Barcode : barcode

Note: The above mentioned Raw value(VisionÀPI) is working fine when I generate QR code from https://www.the-qrcode-generator.com/

As this issue is Critical and showstopper for us, Can you please take a look into this asap?

Thank you, Natarajan