Correct pattern BC412 for 'S'

This commit is contained in:
Robin Stuart 2022-07-03 17:06:30 +01:00
parent 7c4afa49c9
commit dc4c258ece

View file

@ -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'},