Found; it is the encode in java.net.URLEncoder
 
sorry for my question.
 
Bye.
----- Original Message -----
Sent: Tuesday, March 06, 2001 3:08 PM
Subject: Encode like HTMLEncode

Hi to all;
 
    someone know a method like HTMLEncode in ASP?
 
    This method would transform charachters like blank (0x20) or all the character over the 127th ascii code in the corrisponding exadecimal value;
 
    for example, I have a string containing these sequence: "f�r";
    this would be encoded like this: "f%fcr", where %fc is the exadecimal rappresentation of the char "";

    Thank you very much.

Reply via email to