This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Websphere and the fly likes Chinese content type Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Chinese content type " Watch "Chinese content type " New topic
Author

Chinese content type

senthil loganathan
Greenhorn

Joined: Aug 07, 2001
Posts: 11
Our application is based on chinese language. It is a web application running on websphere in Solaris.
In the JSP pages the content type was set as below
response.setContentType("text/html;charset=ibm886");
to display the java string variables containing chinese strings. THe websphere version is 3.5.4.
Now the webpshere has been upgraded to 3.5.6. This content type is not supported by this version. can u help me.. pls tell me the char set to be used to display chinese strings properly,,
(Note: The hard coded chinese strings in html are diplayed in chinese as the html has this content type in meta tag
meta http-equiv="Content-Type" content="text/html; charset=big5"
.only the chinese strings from java variables are not displayed.)


Senthil.L
 
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 content type
 
Similar Threads
How to force encoding of web browser to UTF-8
Problem in setting character encoding in JSP
cannot use utf-8 to store utf-8 character, please help
Help needed on character encoding....
help needed to display chinese chars in excel