Re: charset in jsp

2001-11-21 Thread [EMAIL PROTECTED]
Hello Dick, Let us try to diagnose your problem.. Please clarify: are you sure you get correct Chinese characters from the database? I advise you to open some file from your jsp page (create a os = FileOutputStream) then create a OutputStreamWriter(os,Big5) and write the data you retrive from

charset in jsp

2001-11-20 Thread Dick Wong
When my jsp retrieve the data from mysql , it cannot display the Chinese Character. Why ??? What's the problem ?? I already add these lines on my .jsp : %@ page contentType=text/html;charset=Big5 language=java import =java.sql.*, java.text.*, java.util.Date.* % %=result.getString(job_title)