----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
> Hi,
>
> We are using Japanese Sun Solaris for the server. The webserver is Apache
> 1.3.9 and Jserv 1.1.
>
> For the following statement
>
> System.getProperty("file.encoding") in a normal Java application I get the
> result as
>
> EucJP
>
> Now if we run the same statement in a Servlet on the same machine we get
> the result as
>
> ISO8859-1
>
> Could you please throw some light on this.
>
> Regards,
> Sumit
Hi, ISO8859-1 is japanese standard encoding made by JIS(Japanese
Industrial Standard)
EucJP is extended from ISO8859-1 for UNIX.
Both are Japanese character Encoding.
ISO8859-1 can be used for Windows & Unix.
EucJP is used only for Unix.
although I'm japanese, since my field is not character encoding, I'm not
sure. sorry. anyway, both are japanese character encoding.
I hope this helps you even a little.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]