mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
ported test SimpleSJIS and fixed regression pdf417
This commit is contained in:
@@ -217,7 +217,7 @@ where
|
||||
vec!['1'; s.code as usize].into_iter().collect::<String>(),
|
||||
char::from(
|
||||
s.modifier
|
||||
+ if self.content.is_eci {
|
||||
+ if self.content.has_eci {
|
||||
s.eciModifierOffset
|
||||
} else {
|
||||
0
|
||||
|
||||
Reference in New Issue
Block a user