posted 19 years ago
Hi,
I need to display chinese characters in the oracle portal pages but i should not use <meta tag> instead i should use <table lang="CN">. The sample code is
<table lang="CN">
<tr>
<td width="71%" valign="top">
������������������������������������FCI����������������������������������������������������������������������������������������������������������
FCI�������������������������� <br>
</td></tr>
</table>
The above code doesn't display chinese characters automatically while i load the page but if i encode manually, it converts to chinese characters but as soon as i refresh that chinese characters gets disappeared. Will anyone help me how to display chinese characters while loading the page.