I used FOP 0.95. The source XML file is like this:

<book lang="zh-cn">
    <bookinfo>
        <title>中文 Notes</title>
        <author>
            <firstname>Yang</firstname><surname>Songxiang</surname>
         </author>

        <abstract>
            <para>This is a testing how to display Chinese character.</para>
        </abstract>
    </bookinfo>
</book>

My FOP command is like this:

fop.bat -xml china.xml -param use.extensions 0  -xsl
D:\usr\bin\docbook\docbook-xsl-1.74.0\fo\docbook.xsl -pdf china.pdf


But the Chinese character is displayed as "####" in china.pdf. Could
anyone give any help/tips? How to use FOP generate muti-language PDF?

Thanks
-Scord

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to