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?
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?