On Jul 18, 2007, at 10:15, Vincent Hennebert wrote:

J.Pietschmann a écrit :
Brad Smith wrote:
Fop currently seems to treat '/' and '-' as valid characters for
adding linebreaks within a word.

FOP uses the Unicode line breaking algorithm
 http://www.unicode.org/reports/tr14/
(at least as far as it can be easily implemented).

And apparently Word Joiner (U+2060) and Zero Width No-Break Space
(U+FEFF) are not implemented? Because they would have been a (if not
the) solution I think. Manuel?

FWIW, also a valid solution, but I still feel support for keep- together.within-line would be much more straightforward for end- users, as there is no need to pre-process text-strings in XSLT and decide *where* precisely they want/need word-joiners or ZWNBSP.

In this scenario, the OP would first have to forcibly insert those into the source string. They are the most convenient solution, if they are already present in the source, but in a great deal of use- cases, they won't be.


Cheers

Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to