Re: wrong System encoding

2006-01-18 Thread chen jacky
hi, Yes, i have run a java application at commant prompt, it prints "ISO-8859-15". From: Anto Paul <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: wrong System encoding Date: Wed, 18 Jan 2006 16:32:14 +0530 On 1/18/06, jacky

Re: wrong System encoding

2006-01-18 Thread Anto Paul
On 1/18/06, jacky <[EMAIL PROTECTED]> wrote: > hi, > RedHat7.3(System encoding is iso8859-15), tomcat 4.1.30 > When i use System.getProperty("file.encoding") in a jsp, it print > "utf-8". I think the "utf-8" must be the encode of tomcat,but how can i get > the system encode: iso8859-15?

wrong System encoding

2006-01-18 Thread jacky
hi, RedHat7.3(System encoding is iso8859-15), tomcat 4.1.30 When i use System.getProperty("file.encoding") in a jsp, it print "utf-8". I think the "utf-8" must be the encode of tomcat,but how can i get the system encode: iso8859-15? In fact, i need the right encode to write/read file.