Hi everyone,
The data from the database, Oracle 8i, is coming to the fron-end through JSPs. The spaces are being converted to question-marks ('?') because of some reason.
Can anybody help me how can I fix this issue?
I have put the meta tag in
JSP templates for the unicode format, as following.
<meta http-equiv="content-type" content="text-html; charset=utf-8">
What else needs to be done?
I appreciate your help.
Thanks.
Nagesh.