Hi all 
  i use the ​ character in a table cell before i call a
marker-retriever to workaround a bug(the solution is good), but the proble
is that ​ characher is printed like a "?" while i think isn't a
printable character.
Ani idea?


[code]
<fo:table-cell>
                                                                                
                <fo:block font-family="Courier" font-size="8pt"
                                                                                
                text-align="center">
                                                                                
                        <xsl:text 
disable-output-escaping="yes">&#x200b;</xsl:text>
                                                                                
                <fo:retrieve-marker
                                                                                
                retrieve-class-name="contr-conai"
                                                                                
                retrieve-position="last-ending-within-page"
                                                                                
                retrieve-boundary="page-sequence"/>
                                                                                
                </fo:block>
                                                                                
                </fo:table-cell>
[/code]


i try also to put &#x200b; directly in block or with ZWNJ  and doesn't work.
-- 
View this message in context: 
http://old.nabble.com/--x200b--%28Zero-width-space%29-not-work-tp32872366p32872366.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to