Add Code39
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user