Hi,
I am using FOP 1.1 and trying to convert xml to pdf. My XML file contains
japanese 4-byte characters(𥹖𥹖𥹖𥹖/カサタナハ) whose font is japanese katakana.
But my generated PDF contains '?' instead of original japanese characters.
I have font file for example katakana.ttf and made corresponding entry in
FOP config file as below:
<fop>
<renderers>
<renderer mime="application/pdf">
<fonts>
<font-triplet name="katakana" style="normal"
weight="normal"/>
</fonts>
</renderer>
</renderers>
</fop>
Can anyone please tell me if FOP 1.1 supports japanese 4-byte characters and
if so what extra configuration is required?
I look out for same but none of FOP documentation clearly mentions that.
--
View this message in context:
http://apache-fop.1065347.n5.nabble.com/FOP-1-1-Japanese-4-byte-characters-are-rendering-as-in-pdf-tp42117.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]