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

Non ascii characters are not correctly displayed when created on Linux (Openshift) #431

Open
matbruges opened this issue Mar 18, 2024 · 0 comments

Comments

@matbruges
Copy link

This works correctly on Windows, but when my app is running in Openshift the non-ascii characters (e.g. é, à ², ³ etc) are displayed as empty rectangles.

I use Migradoc with a custom font resolver to load my embedded fonts.
I call "new PdfDocumentRenderer(true)" to specify unicode encoding.

In Openshift the default encoding is ascii.. could it be that internally in the PdfSharpCore/Migradoc library there is some processing going on that does not expect the default encoding to be anything other than unicode?

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

1 participant