On Tue, Jun 22, 2010 at 15:29, J.Pietschmann <j3322...@yahoo.de> wrote: > On 22.06.2010 19:02, Tom Browder wrote: >> >> I have tried to explicitly point to the "fop-hyph.jar" file with the >> FOP_HYPHENATION_PATH environment variable but that doesn't seem to >> work.
So should I file a bug for that? > The fop-hyph.jar must be in the classpath, putting it into > the fop/lib directory should be sufficient if FOP is run using > one of the scripts as they pick up any jar there. > > I'm not sure whether the fop-hyph.jar from the OFFO project > contains an en_US hyphenation class, maybe there is only > an en_UK class there. Check using jar -tvf lib/fop-hyph.jar Note that I tried the CLASSPATH trick before with fop 0.95 and it didn't work, but I'll try again. Is there any way (tool or utility) to read a jar file to see if a particular hyphenation class is there? Thanks, -Tom