Hi, Thanks for your response. I kind of solved it. I got the ASCII value of that character and just replaced it with and apostrophe sign before storing in to database.
Really appreciate your response. Thanks and Regards, Jignesh ____________________Reply Separator____________________ Subject: RE: Re[2]: Regarding special characters Author: [EMAIL PROTECTED] Date: 10/22/2003 12:31 PM > -----Original Message----- > From: Jignesh-NX01880 Kapadia [mailto:[EMAIL PROTECTED] > > I looked at it but I am not able to fine glyph for accute accent > character. Do > you know which family has that? > First of all: it's not an 'acute accent' you need, but a 'right single quotation mark' (as a preferred character for a simple apostrophe), unicode codepoint value U+2019 ( U+0027 resp. ) Are you, by any chance, using embedded fonts? If so, check http://xml.apache.org/fop/fonts.html#truetype-metrics (table about encodings) and whether or not you are using this option to keep the text searchable... (usable charset would be limited, so might never contain the char U+2019, whatever font is being chosen). Besides that, I'm not sure whether U+2019 can even appear in ISO-8859-1 encoded text. Suggestion would be to (in step 3 of your earlier mail, where the final XML is formed): - either replace the character in question with ’ - change the encoding of the XML to "UTF-8" I hope this helps! Greetz, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
