<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 Jun 2016 13:14:00 Z</lastBuildDate><pubDate>24 Jun 2016 03:59:00 Z</pubDate><description>HEllo Gang !!&#13;
This is my code&#13;
=====================&#13;
sMyjson is UNICODE string = EDT_NoName1..Value&#13;
&#13;
requesturl is UNICODE string = "http://localhost/npdict/index.php/test/getparam"&#13;
&#13;
sMyreceivevalue is string&#13;
HTTPCreateForm("FORM")&#13;
&#13;
HTTPAddParameter("FORM","link",sMyjson)&#13;
HTTPAddParameter("FORM","table","word_list")&#13;
&#13;
IF HTTPSendForm("FORM",requesturl,httpPost,"","","application/x-www-form-urlencoded; charset=UTF-8") = True THEN&#13;
sMyreceivevalue = HTMLToText(HTTPGetResult(httpResult))&#13;
Info("Request OK", HTTPGetResult(httpHeader),sMyreceivevalue)&#13;
END&#13;
=======================================&#13;
&#13;
The Web page is written in php and saves data in mysql database&#13;
&#13;
When I send english character, it is okey. the same english character is saved in the database.&#13;
But When I send Non english character (eg: ????????) every character is changed in some english characters like&#13;
0 &gt; . A . &gt; 0&#13;
&#13;
. What is my problem here ?? Any Idea ??&#13;
Thanks !</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58301-wd20-sending-non-english-character-httprequest/read.awp</link><title>[WD20]Sending non-english character in httprequest</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/58301-wd20-sending-non-english-character-httprequest-58305/read.awp</comments><pubDate>24 Jun 2016 13:14:00 Z</pubDate><description>Hi&#13;
&#13;
AFAIK, transport of data on the web is ALWAYS in ansi and in a very specific charset...&#13;
&#13;
So you should ALWAYS do a 'URLE…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58301-wd20-sending-non-english-character-httprequest-58305/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58301-wd20-sending-non-english-character-httprequest-58305/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58301-wd20-sending-non-english-character-httprequest/read.awp">[WD20]Sending non-english character in httprequest</source><title>Re: [WD20]Sending non-english character in httprequest</title></item></channel></rss>
