[
https://issues.apache.org/jira/browse/FOP-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Bowditch reassigned FOP-2960:
-----------------------------------
Assignee: Chris Bowditch
> [PATCH] Soft-Hyphen on Hyphenated words.
> ----------------------------------------
>
> Key: FOP-2960
> URL: https://issues.apache.org/jira/browse/FOP-2960
> Project: FOP
> Issue Type: Bug
> Components: layout/line
> Affects Versions: 1.1
> Reporter: Juan
> Assignee: Chris Bowditch
> Priority: Minor
> Labels: hyphenation, soft-hyphen
> Attachments: fix-soft-hyphens-on-hyphenated-words.patch
>
>
> When hyphenate="true", a word containing a soft-hyphen ( \u00ad ) will break
> line at the position given by the higher level word hyphenation, ignoring the
> pre-hyphenation made by applying soft-hyphens.
>
> About the patch:
> Fixes the disabled test "block_shy_linebreaking_hyph.xml" wich is related to
> FOP-2466 by disabling the higher level hyphenation when a word contains a
> soft-hyphen.
> Note that at this part of the code, the original word has been already
> divided into 2 words by the soft-hyphen, to workaround this, we look at
> current and previous Glyphs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)