----- Original Message -----
From: zhangqi (����) <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 31, 2000 6:22 PM
Subject: How to Encode the double-byte characters to the characters like
%EC%DE ?


> Hi Everyone in this list:
> I use the following code:
>         response.sendRedirect ( "/test.jsp?info=xxxx " );
> ' xxxx ' contains some double-byte characters.
>         I want to know how to encode the double-byte characters to such
like %FA%DB%DE    ?
> Thank everybody
>

See java.net.URLEncoder

Vyacheslav Pedak

___________________________________________________________________________
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