I generate a Code 128-Barcode with alphabetical data with Dymo Labelprinter. Dymo calls the Type "Code128Auto".
Recognition with Zbar works fine.
But ZXing regognizes "UG18/04/10363" as "UPC E" with the Text "06118745".
I tried to force Code128, but had no success.
ZXing.OneD.Code128Reader
and
List<BarcodeFormat> formats = new List<BarcodeFormat>();
formats.Add(BarcodeFormat.CODE_128);
hints.Add(DecodeHintType.POSSIBLE_FORMATS, formats);