https://issues.apache.org/bugzilla/show_bug.cgi?id=48622
Summary: incorrect hyphenation
Product: Fop
Version: 0.95
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Hello,
I have created a table with FOP 0.95. In one of the cells I put the text:
"<...> has been caused by a transfer event."
FOP 0.95 applies hyphenation on it which results in
"has been caused by a transfer-<linebreak> event." - which is not ok.
The same happens with the text "information on the cause of the" resulting in
"information on the cause-<linebreak> of the".
I am using fop-hyph.jar as hyphenation resource.
The code looks like this:
<fo:table-row keep-together="always">
<fo:table-cell height="{$stdsize}" padding="1mm" border-style="solid"
border-width="0.5pt">
<fo:block font-size="{$stdsize}" hyphenate="true">
<xsl:value-of select="string($label)" />
</fo:block>
</fo:table-cell>
...
I would appreciate any help on this.
Regards,
Matthias
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.