mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-20 10:15:10 -04:00
Uses general_field_encode in rss_binary_string; min 4 chars; bottom separator
This commit is contained in:
parent
0fe9051324
commit
1dd4b08986
6 changed files with 483 additions and 397 deletions
|
@ -29,13 +29,7 @@
|
|||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#define NUMERIC 110
|
||||
#define ALPHA 97
|
||||
#define ISOIEC 105
|
||||
#define INVALID_CHAR 100
|
||||
#define ANY_ENC 120
|
||||
#define ALPHA_OR_ISO 121
|
||||
/* vim: set ts=4 sw=4 et : */
|
||||
|
||||
/* RSS-14 Tables */
|
||||
static const unsigned short int g_sum_table[9] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue