On Mon, 3 Jan 2000 00:47:33 +0800
Jack Wang <[EMAIL PROTECTED]> wrote:

> Hi, Happy New Millenium !
>
> For NT problem, I want to transfer my servlet to Linux.
> Now I have a test servlet in "RH6+Apache+JServ+MySQL" ,
> as for  English code, it is OK, but I don't know if it is also no
> problem to Chinese code ? Anyone can tell me ?
>
        RH6+Apache+JServ is OK for Chinese!
        I use Oracle 8 instead of MySQL!
        The difference is not on database, but on encoding method!

        You could look API of java.lang.String to see something about
        1. String(byte[] bytes, String enc);
        2. byte[] java.lang.String.getBytes(String enc) and
            byte[] java.lang.String.getBytes().

        Alex

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to