Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi Everyone,
We are using following hyphrule in our FOSI:
<hyphrule language="en" brkafchr="!#$%^&*()+=|/_\-@.:0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZöä"brkalways="1" minpush="0" minleft="2">
We are calling this hyphrule in the following way for the element like <term> where text should wrap properly without overlapping with text of <expansion> element.
<hyphen inherit="1" hyph="1">
On high level, this rule looks proper, but it is not. First of all, there is no way to list all the characters inside "brkafchr". Secondly, behavior changes drastically if "minpush" or "minleft" value is changed by 1 value.
Our requirement is that <term> should appear in one column and <expansion> in the other column. Any text in the <term> should wrap if its length is more than predefined width of <term>. Even if it is single BIG word (with 30-40 characters), it shoud wrap properly irrespective of the character used.
I would like to know if there is some better way to use hyphenation. What should be the optimal value of minpush and minleft and how we can make this rule to work independent of the characters (there should not be need to list all the characters as value of "brkafchr"
Best Regards,
Girish Kumar