Apr 8, 2002 #1 hyperbug Programmer Joined Aug 10, 2001 Messages 25 Location ES I didn't find a function to replace strings like: "á b é ..." to "á b é" and vice versa
I didn't find a function to replace strings like: "á b é ..." to "á b é" and vice versa
Apr 8, 2002 #2 bthale Programmer Joined Oct 31, 2001 Messages 108 Location US Yes. Use java.net.URLEncode or java.net.URLDecode classes. They have static functions to do just that. Upvote 0 Downvote
Yes. Use java.net.URLEncode or java.net.URLDecode classes. They have static functions to do just that.
Apr 8, 2002 Thread starter #3 hyperbug Programmer Joined Aug 10, 2001 Messages 25 Location ES That is not what I am asking. Those methods works for URL encoding not HTML encoding. Upvote 0 Downvote
Apr 8, 2002 #4 DixieFlatline Programmer Joined Aug 2, 2000 Messages 57 Location CA I wrote my own... I am sure you can find some samples on the net that you can reuse Upvote 0 Downvote