H holdemadvantage Active Member Licensed User Longtime User Aug 29, 2013 #1 Hi all, i download a webpage with httputils2 to parse html text in my app but there are a lot of invalid char such as questionmark � and some other invalid char. How can i solve this problem?
Hi all, i download a webpage with httputils2 to parse html text in my app but there are a lot of invalid char such as questionmark � and some other invalid char. How can i solve this problem?
Erel B4X founder Staff member Licensed User Longtime User Aug 29, 2013 #2 The server most probably uses an encoding other than UTF8. You should call: Job.GetString2 and pass the correct encoding. Upvote 0
The server most probably uses an encoding other than UTF8. You should call: Job.GetString2 and pass the correct encoding.
H holdemadvantage Active Member Licensed User Longtime User Sep 1, 2013 #3 Thanks Erel i will try Edit. Yes, i have to read html inside There was B4X: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> Thanks again Last edited: Sep 1, 2013 Upvote 0
Thanks Erel i will try Edit. Yes, i have to read html inside There was B4X: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> Thanks again