Hello,
Hox convert string to UTF8 format http as :
but from a string
For example, i want:
string="%C3%A9" convert to "é"
Hox convert string to UTF8 format http as :
B4X:
Sub hc_ResponseSuccess (Response As HttpResponse, TaskId As Int)
' Select TaskId
' Case Send
result = Response.GetString("UTF8")
but from a string
For example, i want:
string="%C3%A9" convert to "é"