mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Slightly friendlier error message
git-svn-id: https://zxing.googlecode.com/svn/trunk@133 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
8affbdfe6c
commit
b3ecc20522
|
@ -114,7 +114,7 @@ final class DecodedBitStreamParser {
|
|||
try {
|
||||
result.append(new String(buffer, "Shift_JIS"));
|
||||
} catch (UnsupportedEncodingException uee) {
|
||||
throw new ReaderException("Can't decode SHIFT_JIS string: " + uee);
|
||||
throw new ReaderException("SHIFT_JIS encoding is not supported on this device");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue