-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

mskang <[EMAIL PROTECTED]> wrote:
>> where can i set default character encoding ? not specify
>> everytime i use it !! anybody knows it ?

Martin Kuba <[EMAIL PROTECTED]> wrote:
> If you want to use Korean encoding as default, you have to
> specify it to your JVM. In WindowsNT, use "Regional
> settings", in UNIX, use "LC_ALL=ko_KR java MyClass" for
> starting JVM.

You can also set the "file.encoding" property. Add the
following to your "jserv.properties":

wrapper.bin.parameters=-Dfile.encoding=<your encoding>

It may be also useful to specify your default locale and
timezone:

wrapper.bin.parameters=-Duser.language=<your language> -Duser.region=<your country>
wrapper.bin.parameters=-Duser.timezone=<your timezone>

Best regards :-)

--
Pawel Pesz
InsERT.net, Wroclaw, Poland
mailto:[EMAIL PROTECTED]
http://www.insert.net.pl



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

Reply via email to