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:
srowen 2012-11-10 15:02:49 +00:00
parent eb65f3b1ea
commit 0e4ef00d34

View file

@ -183,7 +183,8 @@ final class FieldParser {
{ "8100", 6}, { "8100", 6},
{ "8101", 10}, { "8101", 10},
{ "8102", 2}, { "8102", 2},
{ "8110", VARIABLE_LENGTH, 30}, { "8110", VARIABLE_LENGTH, 70},
{ "8200", VARIABLE_LENGTH, 70},
}; };
private FieldParser() { private FieldParser() {