« Return to Thread: Couldn't find hyphenation pattern

Re: Couldn't find hyphenation pattern

by Jeremias Maerki-2 :: Rate this Message:

Reply to Author | View in Thread

I don't see any problems with hyphenation in the latest FOP Trunk. I
suspect the JAR file with the hyphenation patterns (from
http://offo.sf.net) is not on your classpath. It may have gone lost when
you went from 0.91beta to Trunk.

On 05.04.2006 11:45:45 kralik wrote:

>
> Hello!
>
> I have a problem with FOP Trunk.
> If I run FOP, it transform my document, but without hyphenation.
> Statement of FOP always ends with following message:
>  
> Couldn't find hyphenation pattern cs
>
> In previous version (0.91beta) was hyphenation OK. I assumed, that
> hyphenation of Czech and Slovak words is also implemented in Trunk.
>  
> Example from my XSL file:
>
>
> <xsl:template match="Text">
> <fo:block hyphenate="true" text-align="justify" language="cs">
> <xsl:apply-templates select="*|text()"/>
> </fo:block>
> </xsl:template>
>
> Where could be mistake?


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@...
For additional commands, e-mail: fop-users-help@...

 « Return to Thread: Couldn't find hyphenation pattern