mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
datamatrix decoder (few tests)
This commit is contained in:
@@ -132,7 +132,7 @@ impl EdifactEncoder {
|
||||
} else if c >= '@' && c <= '^' {
|
||||
sb.push((c as u8 - 64) as char);
|
||||
} else {
|
||||
high_level_encoder::illegalCharacter(c);
|
||||
high_level_encoder::illegalCharacter(c).expect("");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user