On Thursday 25 October 2007 22:25, fabio76 wrote: > Hi > > I have a problem in breaking, multi-line, codes containing only > characters and "_" (no space, see example). > For example if I have a table that contains a code like > AAAA_AAAA_AAAA_AAAAA and this value is not in bigger that cell, fop > overflow. > I use the fop with hypernation pattern (see attached file) and fop > 0.94. Someone knows how to customize the file or have another > solution? > You could insert a Unicode Zero Width Space (​) or a Unicode Soft Hyphen (­) after each underscore to indicate to FOP a break opportunity.
Manuel > Thanks > > Fabio http://www.nabble.com/file/p13407619/en.zip en.zip > > > Example > > This is a visual example of my problem: > > +-----------+------------------+ > + FIELD 1 + FIELD2 + > +-----------+------------------+ > + 1234 + AAAA_AAAA_AAAA+A > +-----------+------------------+ > > correct format: > > +-----------+------------------+ > + FIELD 1 + FIELD2 + > +-----------+------------------+ > + 1234 + AAAA_AAAA_AAAA+ > + + A + > +-----------+------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
