Base64 encode your strings. Just search for "Base64 java" on www.google.com,
and you should find some class files you can use. Xerces from Apache XML
Group also includes a Base64 encoding/decoding class which i have used on
several occasions.

/D
----- Original Message -----
From: "David V�squez Estrada" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 05, 2001 2:45 AM
Subject: [SERVLET-INTEREST] Passing parameters with international characters


> Hi,
>
> How can I pass parameters values containing international characters to a
> servlet?
> For example a-umlaut (�), beta (�), etc.,
>
> For example, when the user enters the beta sign in the client side, and
> checking the HTML source code, the sign is replaced by the following
value:
> %C3%9F, and in the server side the servlet gets the value: ÿ
>
> Do you know some available parser to work around this problem?
>
> Any help will be greatly apreciated.
> Thanks in advance.
>
> David
>
>
___________________________________________________________________________
> 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
>

___________________________________________________________________________
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