my dog learned polymorphism
The moose likes Oracle/OAS and the fly likes chinese characters in portal page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "chinese characters in portal page" Watch "chinese characters in portal page" New topic
Author

chinese characters in portal page

somin bhuvan
Greenhorn

Joined: Jun 01, 2005
Posts: 22
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: chinese characters in portal page
 
Similar Threads
EL in not working
Display a JSP include in a textarea
JSP error 500
how to display results in html dable
struts: JSP, iterator and display a list as a grid