mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 08:28:44 -04:00
- GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by
changing internal FNC1 marker '[' -> '\x1D' (GS), ticket #319, props Moli Sojet; also fix non-AI square brackets -> round brackets in GS1_128 HRT - BWIPP: update to latest
This commit is contained in:
parent
7246d67175
commit
fb3b3001aa
25 changed files with 352 additions and 300 deletions
|
@ -1609,7 +1609,8 @@ as delimiters for GS1 Application Identifiers
|
|||
<item>
|
||||
<widget class="QCheckBox" name="chkGS1NoCheck">
|
||||
<property name="toolTip">
|
||||
<string>Do not check GS1 data for validity
|
||||
<string>Do not check GS1 data for validity (note that certain
|
||||
checks necessary for encodation are still performed)
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
|
|
@ -802,7 +802,7 @@ void MainWindow::about()
|
|||
"<p>Copyright © 2006-2024 Robin Stuart and others.<br>"
|
||||
"Qt backend by BogDan Vatra.<br>"
|
||||
"Released under GNU GPL 3.0 or later.</p>"
|
||||
"<p>Qt version %2 (QSettings:<br>%3)</p>"
|
||||
"<p>Qt version %2<br>%3</p>"
|
||||
"<p>\"Mailmark\" is a Registered Trademark of Royal Mail.<br>"
|
||||
"\"QR Code\" is a Registered Trademark of Denso Corp.<br>"
|
||||
"\"Telepen\" is a Registered Trademark of SB Electronics.</p>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue