Re: [HELP] the problem with I18n

2005-11-08 Thread Pham Anh Tuan
Thank you Laurie Harper, my problem is solved :) - Original Message - From: "Laurie Harper" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 09, 2005 10:09 AM Subject: Re: [HELP] the problem with I18n Two things: 1) properties files should not be saved as UTF-8. Ja

Re: [HELP] the problem with I18n

2005-11-08 Thread Laurie Harper
Two things: 1) properties files should not be saved as UTF-8. Java requires them to be in ASCII with Unicode escapes. You can use the native2ascii utility to convert your UTF-8 files to the correct format. 2) your JSP page needs to set the content-type to correctly identify the encoding: <

[HELP] the problem with I18n

2005-11-08 Thread Pham Anh Tuan
 hi all,   I got a problem with I18n, the browser couldn't automatically turn UTF-8 encoding on when jsp page is showed, so, the content is showed incorrectly :( ... If I want the content to show correctly, I must change the encoding setting of the browser to UFT-8, I tested on IE, Firefox, t