mirror of
https://github.com/starovoid/rxing.git
synced 2026-09-26 09:55:11 +00:00
Fixes for all features
This commit is contained in:
@@ -310,7 +310,7 @@ fn decodeByteSegment(
|
||||
{
|
||||
encoding::all::ISO_8859_1
|
||||
} else {
|
||||
StringUtils::guessCharset(&readBytes, hints)
|
||||
StringUtils::guessCharset(&readBytes, hints).ok_or(Exceptions::ILLEGAL_STATE)?
|
||||
}
|
||||
} else {
|
||||
CharacterSetECI::getCharset(
|
||||
|
||||
Reference in New Issue
Block a user