mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Correct pattern BC412 for 'S'
This commit is contained in:
parent
7c4afa49c9
commit
dc4c258ece
@ -46,6 +46,7 @@
|
||||
static const char BROMINE[] = "0R9GLVHA8EZ4NTS1J2Q6C7DYKBUIX3FWP5M";
|
||||
|
||||
static const char BC412Table[35][8] = {
|
||||
/* From Table 3 - "BC 412 Code - Character Construction and Values" */
|
||||
{'1','1','1','1','1','1','1','5'}, {'1','3','1','1','1','2','1','2'},
|
||||
{'1','1','1','3','1','1','1','3'}, {'1','2','1','1','1','2','1','3'},
|
||||
{'1','2','1','2','1','3','1','1'}, {'1','3','1','3','1','1','1','1'},
|
||||
@ -53,7 +54,7 @@ static const char BC412Table[35][8] = {
|
||||
{'1','1','1','2','1','4','1','1'}, {'1','1','1','5','1','1','1','1'},
|
||||
{'1','5','1','1','1','1','1','1'}, {'1','1','1','1','1','5','1','1'},
|
||||
{'1','2','1','3','1','2','1','1'}, {'1','3','1','2','1','1','1','2'},
|
||||
{'1','3','1','1','1','2','1','2'}, {'1','1','1','1','1','2','1','4'},
|
||||
{'1','3','1','1','1','3','1','1'}, {'1','1','1','1','1','2','1','4'},
|
||||
{'1','2','1','2','1','1','1','3'}, {'1','1','1','1','1','3','1','3'},
|
||||
{'1','3','1','1','1','1','1','3'}, {'1','1','1','2','1','2','1','3'},
|
||||
{'1','1','1','4','1','1','1','2'}, {'1','1','1','2','1','3','1','2'},
|
||||
|
Loading…
Reference in New Issue
Block a user