Debasish Jana wrote:
While trying to use FOP0.91 beta for showing some Unicode characters in
16-bit format, the PDF generation fails. For example, the begin quote
character can be having Unicode 022 (hex) or 093 (hex). Using the former
character i.e. 022 is no problem, but with 093, the renderer fails.

U+0093 is the so called upper control character "set transmit state",
not a "begin quote". You've fallen to the usual Windows code page
problem, most Windows code pages use hex 80..9F for real characters.
You probably look for U+201B or something near this codepoint. Check
http://www.unicode.org for details.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to