Skip to content

Commit

Permalink
Issue zxing#127 : fix typo in table of PDF417 punctuation chars
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Apr 28, 2014
1 parent 02e0512 commit 151ad68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private enum Mode {
private static final int PAL = 29;

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

Expand Down

0 comments on commit 151ad68

Please sign in to comment.