I have the following xsl-fo code, attempting to produce foreign characters.
<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
...
<fo:block font-size="11pt" font-family="calibri" language="pl">
Odwrotna strona tego pisma zawiera ważne informacje. jeżeli potrzebuje Pan/i pomocy, aby je zrozumieć, proszę
zadzwonić pod numer X-XXX-XXX-XXXX po bezpłatne usługi językowe.
</fo:block>
I've tried every font-type I can think of to access the required unicode characters, but have had no success so far.
Is there something wrong with my formatting? Or the unicode I'm using? Or perhaps I haven't declared my XML properly?
This, and my Korean, Chinese, and Russian unicode characters are the only ones giving me trouble at the moment. Whereas my Spanish and Croatian unicode characters are working fine.