Issue #127 : fix typo in table of PDF417 punctuation chars

This commit is contained in:
Sean Owen 2014-04-28 21:09:56 +01:00
parent 02e0512a62
commit 151ad6818b

View file

@ -59,7 +59,7 @@ final class DecodedBitStreamParser {
private static final int PAL = 29;
private static final char[] PUNCT_CHARS = {
';', '<', '>', '@', '[', '\\', '}', '_', '`', '~', '!',
';', '<', '>', '@', '[', '\\', ']', '_', '`', '~', '!',
'\r', '\t', ',', ':', '\n', '-', '.', '$', '/', '"', '|', '*',
'(', ')', '?', '{', '}', '\''};