Showing Chinese characters being fetched from database.
Hi,
I have an application (using JSP and Servlets) that needs to show the data fetched from an nVarchar field from an Oracle database. When the data being read includes chinese characters, they are shown as"?". The encoding shown on the client browser is "ISO-8859-1", which clearly needs to be UTF-8.
Can anybody guide me as to the settings required on the server to change the encoding and ensure that the pages are sent out properly.
Regards,
Manish.

