https://issues.apache.org/bugzilla/show_bug.cgi?id=48733

Vincent Hennebert <vhenneb...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Vincent Hennebert <vhenneb...@gmail.com> 2010-02-12 
10:39:10 UTC ---
Hi,

Like Manuel said, the appropriate way to deal with such special case is to
insert Word Joiner (U+2060) or otherwise Zero Width Space (U+200B) at the right
places in the text. In your case: US&#x2060;$150, A&#x2060;$250. Have a look at
chapter 16 of the Unicode Standard 5.2
(http://www.unicode.org/versions/Unicode5.2.0/). This is much more flexible as
that allows you to alter the algorithm's behaviour only locally; it's also more
practical than modifying FOP's source code.

If you have any further question feel free to ask on the fop-users list:
http://xmlgraphics.apache.org/fop/maillist.html#fop-user

HTH,
Vincent

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to