Hi,
I am trying to parse an UTF-8 encoded document (which has lots of
UTF-8 characters) using Xerces SAX parser. I am running this program on Sun
Solaris box with JDK 1.3.1_05. I save the data in XML (after parsing) to
Oracle Database (which has UTF-8 encoding ). When I try to display the
content in a HTML after retrieving from database, I see some weired
characters. Can any one suggest the reason ?
I am assuming that the UTF-8 format is supported by Xerces. I have
created a InputSource for the XML file and using it as the parameter for
parse method.
I am using OraclePreparedStatement because the column in which data is
stored is LONG. Do I need to do anything specific to let Oracle know
that it is UTF-8 data ?
The encoding is specified properly in Jsp using both JSP Page param &
HTML meta directive.
Any help is appreciated.
Thanks in advance.
Ravi Varanasi
408 517 7675
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]