RE: Euro sign Problem

2003-03-19 Thread Victor Mote
Lucian Opris wrote: > I've purchased a Font Garamond Book and it doesn't have the euro > sign integrated in it. How can I set up the config file for fop > to read from two different PFB file in the same time (from > GAW_.pfb and euro.pfb). I don't think you can do that. Some other possible so

Euro sign Problem

2003-03-19 Thread Lucian Opris
Hi, I've purchased a Font Garamond Book and it doesn't have the euro sign integrated in it. How can I set up the config file for fop to read from two different PFB file in the same time (from GAW_.pfb and euro.pfb). Now I have:

Re: Euro Sign Problem

2002-11-13 Thread Jeremias Maerki
If I were you I'd generate SAX events from your "data" object. That won't be difficulat to implement. The JAXP tutorial at Sun has good examples. It will be a lot faster and will not likely generate many problems with encodings. I'm not sure but your code should work, IF you use the correct Unicod

Euro Sign Problem

2002-11-13 Thread Torsten Erler
Hi,   I use FOP in an intenationalized app. Therefore I tried to create pdf-documents with locale German. The currency symbols (Euro-Sign) doesn't appear correct in the result (cryptic). If I dump down the generated fo the values are already wrong.   Can anyone give me a pointer where I'v