ported test SimpleSJIS and fixed regression pdf417

This commit is contained in:
Henry Schimke
2023-04-14 11:03:04 -05:00
parent 1900e1ca57
commit 23951ac87c
6 changed files with 109 additions and 53 deletions

View File

@@ -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