I have created PDF file from xsl file, but my cyrillic letters replaced by # symbol. What can I do? Please if you can give exact answers with exact examples. Thank you!!!
This is simple piece of my code that uses cyrillic letters:
<fo:table-cell padding="1em" text-align="center">
<fo:block >
<fo:leader leader-pattern="rule" leader-length="80%" rule- style="solid" rule-thickness="1pt" />
<fo:block xml:lang="RU" font-family="Times New Roman" text- align="center">(подпись)</fo:block>
</fo:block>
</fo:table-cell>