<?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 Aug 2015 14:07:00 Z</lastBuildDate><pubDate>24 Aug 2015 13:59:00 Z</pubDate><description>Hi&#13;
&#13;
1. does anyone know if WD20/WM20 support UTF-8 ?&#13;
2. is unicode encoding in WD20 different from WM20?&#13;
&#13;
I create a class to communicate with web service ( create using expres.js runing on linux , UTF-8) .&#13;
&#13;
when i create test program using wd20 and wm20 , i get different result .&#13;
&#13;
I using setform to send info to webservice.&#13;
on wd20 - with ansi ON :&#13;
info send can be understand by webservice and web service response can be display out without any conversion.&#13;
&#13;
on wd20 - with UNICODE ON :&#13;
info send can not be understand and response must be convert using utf8tounicode() or ansito unicode() before display&#13;
&#13;
&#13;
wd20 to webservice&#13;
{ 'content-length': '1828',&#13;
'content-type': 'application/x-www-form-urlencoded',&#13;
accept: '*/*',&#13;
host: '192.168.56.250:3000',&#13;
'user-agent': 'PC SOFT Framework',&#13;
connection: 'close' }&#13;
&#13;
body:&#13;
{ host: 'l\</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53637-wd20-wm20-support-utf/read.awp</link><title>is WD20/WM20 support UTF-8?</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/53637-wd20-wm20-support-utf-53639/read.awp</comments><pubDate>24 Aug 2015 14:07:00 Z</pubDate><description>after search the forum I found the solution . best solution is using&#13;
&#13;
utf8tostring() and stringtoutf8() for before send and af…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53637-wd20-wm20-support-utf-53639/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53637-wd20-wm20-support-utf-53639/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53637-wd20-wm20-support-utf/read.awp">is WD20/WM20 support UTF-8?</source><title>Re: is WD20/WM20 support UTF-8?</title></item></channel></rss>
