Juan created FOP-2960: ------------------------- Summary: [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 Attachments: fix-soft-hyphens-on-hyphenated-words.patch
When hyphenate="true", a word containing a soft-hyphen ( ­ ) 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)