Skip to content
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

Latin Capital Letter I With Diaeresis #2

Closed
jeffmcneill opened this issue Nov 23, 2018 · 7 comments
Closed

Latin Capital Letter I With Diaeresis #2

jeffmcneill opened this issue Nov 23, 2018 · 7 comments

Comments

@jeffmcneill
Copy link

I'm encoding with code128 which generates:

Ò3FI83ÏÓ
from
1938412419

However, the display is not correct for Ï, see attached: the font display for code128_L leaves a large gap and can't be read by code128 readers.

latin-capital-i-diaeresis-2

latin-capital-a-diaeresis

@Holger-Will
Copy link
Owner

Holger-Will commented Nov 23, 2018

should be fixed now... had the fix for it in barcode-font-generator but did not get around fixing these fonts here. thanks for the report!

@jeffmcneill
Copy link
Author

Hi, I've tried these new fonts but they just have a latin uppercase i diaeresis rather than a bar code, and now the capital O acute and capital O grave also do not have bars, but the extended latin character for each.

image

@Holger-Will
Copy link
Owner

make sure to update the encoder as well. i had to change quite a bit because of some strange mapping info on wikipedia... graphicore/librebarcode#9

@Holger-Will
Copy link
Owner

your encoded string should now be: Í3FI83ÊÎ and should render well with my font as well as with the fonts found on google fonts etc.

@Holger-Will
Copy link
Owner

@jeffmcneill
Copy link
Author

Great, that worked.Thanks for your amazingly speedy response. These two apps help me a lot. I use them to generate ASIN barcodes for Amazon. Since the ASINs are effectively ISBN-10 codes, other people's scripts detect that and generate the full-blown ISBN barcode. By breaking out the encoding part, and then using a font to display the code, this solves my problem and I can manage the codes easily in Inkscape.

@Holger-Will
Copy link
Owner

that is exactly the usecase i wrote this for ;-) cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants