mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +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