You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. generate barcode with code128
2. barcode number : 8231123578244317
3. generated invalid barcode
What version of the product are you using? On what operating system?
r8
Please provide any additional information below.
solution
NKDCode128Barcode.m
_encodeChar withSet
case 'X':
return @"11100010110";
/*
cocoabarcodes skip Y : 57
*/
case 'Z':
return @"11101100010";
plz insert
case 'Y':
return @"11101101000";
http://en.wikipedia.org/wiki/Code_128
Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 12:38
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Mar 2011 at 12:38The text was updated successfully, but these errors were encountered: