flags = BARCODE_MSI;
} else if (g_ascii_strcasecmp (id, "PLS") == 0) {
flags = BARCODE_PLS;
+ } else if (g_ascii_strcasecmp (id, "Code93") == 0) {
+ flags = BARCODE_93;
} else {
g_message( "Illegal barcode id %s", id );
flags = BARCODE_ANY;
{ "PLS", N_("Plessey"), gl_barcode_gnubarcode_new,
TRUE, TRUE, TRUE, TRUE, "0000000000", TRUE, 10},
+ { "Code93", N_("Code 93"), gl_barcode_gnubarcode_new,
+ TRUE, TRUE, TRUE, FALSE, "0000000000", TRUE, 10},
+
#endif /* HAVE_LIBBARCODE */
#ifdef HAVE_LIBIEC16022