Subject: Encoding problem
From: amita rathore <amita_rathore@xxxxxxxxx>
Date: Thu, 25 Aug 2005 02:08:25 -0700 (PDT)
|
Hi All,
I have a xml with utf-8 encoding, I am parsing that
xml and then
converting it to pdf using FOP.
While reading the xml file I am providing the encoding
as windows-1252,
like :
InputStreamReader isr = new InputStreamReader(fis,
"windows-1252");
The problem is that the closing curly double quotes
are appearing as a
hash symbol.
While the opening curly double quotes appear properly.
Any suggestions what I can do to fix it.
Thanks !!
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|