We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5973761 commit a10e8d5Copy full SHA for a10e8d5
app/src/main/java/protect/card_locker/BarcodeImageWriterTask.java
@@ -192,7 +192,7 @@ private Bitmap generate() {
192
String guessedEncoding = StringUtils.guessEncoding(cardId.getBytes(), new ArrayMap<>());
193
Log.d(TAG, "Guessed encoding: " + guessedEncoding);
194
195
- // We don't want to pass the gussed encoding as an encoding hint unless it is UTF-8 as
+ // We don't want to pass the guessed encoding as an encoding hint unless it is UTF-8 as
196
// zxing is likely to add the mentioned encoding hint as ECI inside the barcode.
197
//
198
// Due to many barcode scanners in the wild being badly coded they may trip over ECI
0 commit comments