-
-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Latin-1 in BARCODE-128 #559
Comments
Can you please post a code snippet which shows how you generate the code? |
Sure thing. This is the whole method that receives user input and returns a byte array with the barcode:
|
At the moment ZXing.Net doesn't support Latin-1 without manually switching to the FNC4 mode. I fear I will not find enough free time to add that function.
|
Thanks a lot @micjahn, appreciate your workaround! It'll help us a lot. I suppose you can close this issue if you think it's appropriate. |
Hello,
we've been using this library to create barcodes in our project. It works well, but we've stumbled upon one limitation - the library explicitly does not support full Latin-1 charset. Some of our clients in scnadinavia use the special characters, and our app can't give them a nice PDF with a readable barcode.
Are there plans to add support for full Latin-1 charset? Maybe there is a workaround we can use?
Appreciate your answer and your work on the library!
The text was updated successfully, but these errors were encountered: