Yes I used <%@ page contentType..........%> to set the character encoding for the response.
The character sets should be there since some Chinese characters could be displayed correctly. Forgot to mention that I did an extra test yesterday. From another Yahoo mail account using Big5 as language preference, I duplicated an email read with ??? characters (duplicating readable characters from Yahoo webmail ofcourse, not duplicating ???) and sent to the previous Yahoo account, the characters in such email can be displayed correctly. Hence it should be sufficient to show that the charset is there.
Thanks for your comment,
k
Main Topics
Browse All Topics





by: bloodredsunPosted on 2005-09-01 at 10:05:35ID: 14803981
SO you've tried ext/html; charset=big5");%>
<% response.setContentType("t
or
<%@ page contentType="text/html; charset=big5" %>
and do you have the character sets installed on your machine?