Baoqiu Cui <[email protected]> writes:

> Camille Bégnis <[email protected]> writes:
>
>> Hi,
>>
>> what I found in those cases is to use the zero width no break space
>> U+FEFF between characters.
>>
>> aka:
>>
>> C&#xFEFF;+&#xFEFF;+
>>
>> Not tested though.
>
> Thanks a lot, Camille!  This works like a charm!

Another thought: unicode character &#x2060; (WORD JOINER) could be a
better character than &#xFEFF; for this purpose.  What do you think?

- Baoqiu

>
> - Baoqiu
>
>> Camille.
>>
>> Baoqiu Cui wrote:
>>> Hi,
>>>
>>> For PDF output using FOP, is there a way to prevent a word like "C++"
>>> from being split into two lines ("C" is at the end of one line and "++"
>>> is at the start of the next line)?  I have never run into this problem
>>> until today, and I could not find a solution for this problem anywhere.
>>>
>>> I must be missing something...  Can anyone give me some help?
>>>
>>> Thanks in advance!
>>>
>>> - Baoqiu


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to