displaying korean data in html page [message #499635] |
Tue, 15 March 2011 10:08 |
rkhatiwala
Messages: 178 Registered: April 2007
|
Senior Member |
|
|
oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
PL/SQL Release 11.1.0.6.0 - Production
"CORE 11.1.0.6.0 Production"
Hi,
I am using htp package.
and using this so that it displays korean data
htp.headOpen;
htp.meta('Content-Type', NULL, 'Type=text/html; charset=utf-8');
but it still displays inverted question marks instead of the original korean data.
Thanks
|
|
|
Re: displaying korean data in html page [message #499939 is a reply to message #499635] |
Wed, 16 March 2011 15:07 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
you don't say whether you are using Apache based app server, EPG or Apex listener. Assuming you are using DADs in Apache, the codepage setting for the DAD could cause this type of thing iof it's wrong. The docs will specify how to determine the codepage setting, but it's likley that it needs to match your database characterset.
|
|
|