You are not logged in.
Announcement
Unanswered posts
|

Don't know why you want to encode the URL for tFileFetch, but here's how it should work:
Put java.net.URLEncoder.encode(yourString, "UTF-8") around the string you want to encode. Tested inside a tMap, works fine (for example "www.test.de/index.php?t=1&m=2" becomes "www.test.de%2Findex.php%3Ft%3D1%26m%3D2").
Regards,
Theo
Last edited by Theo (2008-07-11 14:47:29)
Offline