barnhill / barcodelib

C# Barcode Image Generation Library
Apache License 2.0
744 stars 239 forks source link

Feature/add support for c128 gs1 initial fnc1 char in dynamic #213

Open nranopter opened 2 months ago

nranopter commented 2 months ago

Solved issue when using initial FNC1 char in c-128 barcodes. FNC1 code is stored as "FNC1" instead of the actual FNC1 character Ê.

Added unit test both with combination of charsets and with only digits.

Reopened this pull request after manual testing.

Resolves #179