mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add GS1PARENS_MODE (input_mode) to allow inputting GS1 AIs in parentheses
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user