Dear Sir,

I write the simple Java class (compile with J2SDK 1.4.0) and running in the command 
line mode it can display Thai character properly like this :-

System.out.println("ภาษาไทย");  // in the double qoute is thai characters, it displays 
thai correctly

But, when I write the Java SERVLET class (servlet 2.3) and running on Tomcat 4.0.3 
(windowsXP Pro.). The problem is my all thai characters displayed as ??????? (question 
marks) in the web browser. The code is follow :-

out.println("ภาษาไทย");  // in the double qoute is thai characters), it displays that 
character as ??????

 

How can I fix this problem ?

Thanks in advance,

Tom.



---------------------------------
Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup

Reply via email to