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: <