mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 14:44:35 -04:00
Add GS1PARENS_MODE (input_mode) to allow inputting GS1 AIs in parentheses
This commit is contained in:
parent
6fb0d077bc
commit
79d3c1dc7a
38 changed files with 672 additions and 359 deletions
|
@ -243,7 +243,7 @@ static int isc40text(const int current_mode, const unsigned char input) {
|
|||
}
|
||||
|
||||
/* Return true (1) if a character is valid in X12 set */
|
||||
static int isX12(const int input) {
|
||||
static int isX12(const unsigned char input) {
|
||||
|
||||
if (isc40(input)) {
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue