Add Code39

This commit is contained in:
Fred Boniface
2023-09-04 12:05:16 +01:00
parent 073737d0e7
commit 54fa0d34ad
4 changed files with 28 additions and 7 deletions

View File

@@ -41,13 +41,13 @@ var FormatRules = map[string]rule{
divisible: 1,
},
/* "code39": {
minLength: 1,
maxLength: 80,
charset: *CODE39,
divisible: 1,
},
*/
"code39": {
minLength: 1,
maxLength: 80,
charset: *ASCII,
divisible: 1,
},
"code93": {
minLength: 1,
maxLength: 80,