Apr 8, 2002 #1 hyperbug Programmer Aug 10, 2001 25 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 Oct 31, 2001 108 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 Aug 10, 2001 25 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 Aug 2, 2000 57 CA I wrote my own... I am sure you can find some samples on the net that you can reuse Upvote 0 Downvote