postscriptbarcode icon indicating copy to clipboard operation
postscriptbarcode copied to clipboard

code128: reduce extended latch cut-off from 5 to 4

Open gitlost opened this issue 1 year ago • 0 comments

Latch/unlatch extended on 4 chars instead of 5 for better encodation in certain cases (and no pessimizations found so far), part addresses PR #272, props lyngklip

Also fix masked extended chars matching ASCII digits in numsscr (skipped using re-synced numEA array)

This is the first of two alternative PRs, the second one being an implementation of Alex Geller's divide & conquer algorithm as used by ZXing (and Zint)

gitlost avatar Oct 12 '24 22:10 gitlost