mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Issue 1432 errata from GS1 spec and support for additional var length product field 8200
git-svn-id: https://zxing.googlecode.com/svn/trunk@2509 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
eb65f3b1ea
commit
0e4ef00d34
|
@ -183,7 +183,8 @@ final class FieldParser {
|
|||
{ "8100", 6},
|
||||
{ "8101", 10},
|
||||
{ "8102", 2},
|
||||
{ "8110", VARIABLE_LENGTH, 30},
|
||||
{ "8110", VARIABLE_LENGTH, 70},
|
||||
{ "8200", VARIABLE_LENGTH, 70},
|
||||
};
|
||||
|
||||
private FieldParser() {
|
||||
|
|
Loading…
Reference in a new issue