Hey guys
I am sending a request to the host but I get anonymous characters!
The answer is a (TEXT.HTML) that is displayed well in (Google Chrome browser) but in B4J after save in text file get anonymous characters.
Wait For (job1) JobDone(j As HttpJob)
If j.Success Then
Log(j.GetString2("windows-1256"))
Dim veeee As WebView
veeee.Initialize("")
veeee.LoadHtml(j.GetString2("windows-1256"))
Activity.AddView(veeee,0,0,100%x,100%y)
End If
j.Release
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.