• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

chinese characters in portal page

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic