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).
This is problematic for filenames [snip]
A simple way to get this would be a fo:inline with a keep-together="always" on it, if FOP implemented this. A more convoluted work around involves building your own font, which uses "/" and "-" as glyphs for some letter characters. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
