<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Oct 2014 12:03:00 Z</lastBuildDate><pubDate>29 Oct 2014 10:17:00 Z</pubDate><description>Hello,&#13;
&#13;
When i use this code in WM19&#13;
&#13;
Httperror is string&#13;
sHtmlstring is string&#13;
&#13;
bResStart is boolean = HTTPRequest("http://XXXXXXXXXX.php","", "", "", "", "user", "password")&#13;
&#13;
IF bResStart THEN&#13;
sHtmlstring= HTTPGetResult(httpResult)&#13;
ToastDisplay("Ready")&#13;
ELSE&#13;
Httperror = HTTPGetResult(httpHeader)&#13;
ToastDisplay("Error reading server...: "+Httperror)&#13;
END&#13;
&#13;
In WM i get all kind of chinese characters&#13;
In WD i get the correct XML code&#13;
&#13;
Any thoughts?&#13;
&#13;
Regards, John</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48698-httprequest-wm19-wrong-characters/read.awp</link><title>HTTPRequest in WM19 (wrong characters?)</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48698-httprequest-wm19-wrong-characters-48702/read.awp</comments><pubDate>29 Oct 2014 12:03:00 Z</pubDate><description>Thanks Stefan,&#13;
&#13;
yes, when i use AnsiToUnicode(HTTPGetResult etc.) it works fine!&#13;
&#13;
Regards, John</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48698-httprequest-wm19-wrong-characters-48702/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48698-httprequest-wm19-wrong-characters-48702/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48698-httprequest-wm19-wrong-characters/read.awp">HTTPRequest in WM19 (wrong characters?)</source><title>Re: HTTPRequest in WM19 (wrong characters?)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48698-httprequest-wm19-wrong-characters-48699/read.awp</comments><pubDate>29 Oct 2014 11:53:00 Z</pubDate><description>Hi John,&#13;
&#13;
could this be an UNICODE problem ?&#13;
&#13;
In WD19, I believe in new projects, string (without specification) are standar…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48698-httprequest-wm19-wrong-characters-48699/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48698-httprequest-wm19-wrong-characters-48699/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48698-httprequest-wm19-wrong-characters/read.awp">HTTPRequest in WM19 (wrong characters?)</source><title>Re: HTTPRequest in WM19 (wrong characters?)</title></item></channel></rss>
