Hello,
I have files that I produce that are in other languages. However, when I try to publish in Russian, I get # sign instead of the Russian character. Is there an easy way to configure FOP so that it will produce those Russian characters. I can create text files and html files that display the characters, so they must be installed on my machine and the server. Here's my config file, could it be something in there? <?xml version="1.0"?> <!-- NOTE: This is the version of the configuration -->. <fop version="1.0"> <!-- Base URL for resolving relative URLs --> <base>http://gpt.boulder.ibm.com/xsl/</base>> <font-base>http://gpt.boulder.ibm.com/xsl/</font-base> <!-- Information for specific renderers --> <!-- Uses renderer mime type for renderers --> <renderers> <renderer mime="application/pdf"> <fonts> <font metrics-url="lucon.xml" kerning="yes" embed-url="lucon.ttf"> <font-triplet name="lucon" style="normal" weight="normal"/> </font> <!-- automatically detect operating system installed fonts --> <auto-detect/> </fonts>> </renderer> </renderers>> </fop> Thank You! Richard C. Forrester IV IBM Global Announcements & Sales Manual Technical Lead/Analyst/Developer Email : [email protected] Phone : (303) 773-5288 T/L : 8-656-5288 Mobile: (303) 596-5572 Home Page: http://gpt.boulder.ibm.com/gpa/welcome.do
