Re: Segmentation fault

2002-02-03 Thread Peter Chant
On Wed, 30 Jan 2002, you wrote: > > > > Exception in thread "main" java.lang.NoClassDefFoundError: > > org/apache/log/format/Formatter > > at org.apache.fop.apps.Fop.main(Fop.java:16) > > > Sounds like a classpath issue. Make sure you have > avalon-framework-4.0.jar and logkit-1.0b4.jar i

RE: Displaying characters in PDF

2002-02-03 Thread Rainer Garus
If the standard fonts of FOP (Helvetica, Times, Courier, Symbol and ZapfDingbats) contains the character, then you do not use additional fonts. FOP use unicode. So you must insert the unicode value (code point) of the character in your fo file. If you mean with slanted apostrophe the character

RE: Displaying characters in PDF

2002-02-03 Thread Keen Tim
Thanks for your help Rainer. I'm fairly dumb when it comes to fonts. My problem is that I don't control the source of the character and I would expect that in most cases the characters that are a problem are in ANSI set from 127-255. From what you're saying I'll have to pre-parse the string and re