Posted By:
Sankar_Subramanian
Posted On:
Thursday, August 1, 2002 12:40 AM
I am using resource bundle to get the static messages and labels ina particular language to display it in the browser. I used the following statement in the code response.setContentType("text/html; charset=UTF-8"); and also i used this statement too <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8"%> When i try to display German, French characters it works fine. But this doesn't work when i try to display chinese/japanese characters. Any suggestions or ideas ? Thanks in Advance Sankar
More>>
I am using resource bundle to get the static messages and labels ina particular language to display it in the browser.
I used the following statement in the code
response.setContentType("text/html; charset=UTF-8"); and also i used this statement too
<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8"%>
When i try to display German, French characters it works fine. But this doesn't work when i try to display chinese/japanese characters. Any suggestions or ideas ?
Thanks in Advance
Sankar
<<Less