markusfisch / BinaryEye

Yet another barcode scanner for Android
https://play.google.com/store/apps/details?id=de.markusfisch.android.binaryeye
MIT License
1.42k stars 117 forks source link

Special characters display error #342

Closed Grafenea closed 1 year ago

Grafenea commented 1 year ago

Characters such as " ç " and " ã ", are displayed as a diamond with a question mark (?) in the middle.

markusfisch commented 1 year ago

Hm, this shouldn't happen, of course. Thanks for filing an issue 👍

Unfortunately, I cannot reproduce the issue 😬 The following QR code contains the quoted characters and seems to work well: test

Does it work on your device?

Would you mind sharing the original barcode that shows the effect?

Grafenea commented 1 year ago

The coded text in qr code works, but in PDF417 it showed an error.

pdf417

In other codes such as datamatrix and aztec code it worked perfectly, only PDF417 did not. And sorry for not specifying what code I was using earlier.

markusfisch commented 1 year ago

Thanks for the clarification! 👍

There was some special text conversion for PDF417 codes that is no longer necessary. Fixed in https://github.com/markusfisch/BinaryEye/commit/e79ad49d1512fb973c95e308d0834ea35f8334be

There will be a new version soon.