Some of the data which I'm retrieving from a webpage contains URL-encoded constants (like &. It looks like a job for URLdecode (StringUtils method), but it doesn't work, not for me anyway:
code:
same result with 1) "UTF-16" 2)"Unicode".
expected result:
actual result:
code:
B4X:
dim su as StringUtils
label1.Text = su.DecodeUrl( sTitle, "UTF16") & " " & sdate
expected result:
MARKS & SPENCER
actual result:
MARKS & SPENCER