Kavitha Saravanan wrote: > I have some issues when we have to display some latin > characters in rtf document. i am getting weird characters in the rtf > document. For an example i am getting È character
This looks like UTF-8. > when try to print > this È latin character. My xslt file has "ISO-8859-1" type encoding, and > my converter's output encoding is also "ISO-8859-1". Could you please > help me to resolve this issue? Unlike the other translators, the RTF translator does not support "ISO-8859-1". Please specify "Cp1252" (which is nearly the same as "ISO-8859-1"). See http://www.xmlmind.com/foconverter/_distrib/doc/user/command_line_java.html Now, if the above fix does not work, it's difficult to help you because we *cannot* *reproduce* the problem you describe. Please send us everything needed to reproduce the above problem. See http://www.xmlmind.com/foconverter/support.html#xfc_support_policy --- PS: May be your XSLT stylesheet is used to convert an XML source document to XSL-FO (which is then translated to RTF). In such case: [1] Make sure that the XML source document encoding is correct. I mean an XML file may pretend to be encoded in "ISO-8859-1" (<?xml version="1.0" encoding="ISO-8859-1"?>), while in fact it contains "UTF-8". [2] For the same reason, make sure that the encoding of the generated XSL-FO file is correct too. -- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

