You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: