On Thu, Sep 09, 2010 at 04:27:31PM -0300, Matthias Reischenbacher wrote: > Hi, > > is there a way to prevent a line break inside a word, when > hyphenation is enabled? > > I've tried two things, but neither of them did the trick: > 1. Insert WORD JOINER characters (Ux2060) between all characters of the word > 2. <fo:inline keep-together.within-line="always"/>
Any non-word character prevents hyphenation. Word characters are defined in the classes element in the source hyphenation file. For German these are a-z, ä, å, ö, ü and ß. WORD JOINER is not one of them, but apparently it is filtered out. I tried ZERO WIDTH JOINER, but that is rendered as an 'unknown glyph' #. Simon -- Simon Pepping home page: http://www.leverkruid.eu --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
