Tyrin Avery wrote: > > I want to insert a 0x200b character. Although the character tool shows > it as present, nothing is inserted. I can?t see it in XMLMind or > Eclipse. This is important, because when outputting to PDF from DITA, > long code examples do not break correctly, so I need a zero width space > (0x200b) to make sure the code examples break for PDF, but not for HTML > output. >
I don't think that the zero width space (0x200b) gets a special treatment by FOP or XEP. Any zero width character should do. Therefore, please try to use any of the following characters (rendered on screen by XMLmind XML Editor because they are needed to author MathML equations): 0x2061 (⁡) Ox2062 (⁢) Ox2063 (⁣) and tell me if it works when you convert your documents to PDF.

