<div dir="ltr"><div><div><div></div>I added {.$codepage utf8} and all strings output as "Joao".<br><br></div><div>Got confused. I did not to expect changes in the constant assigned to the UnicodeString variable<br></div><div><br></div><div>Need to check what is the correct UTF8 output:  "JoA£o" or "Joao"<br><br></div></div>Luiz<br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-11-23 21:37 GMT-03:00 luiz americo pereira camara <span dir="ltr"><<a href="mailto:luizmed@oi.com.br" target="_blank">luizmed@oi.com.br</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">2014-11-20 13:21 GMT-03:00 Mattias Gaertner <span dir="ltr"><<a href="mailto:nc-gaertnma@netcologne.de" target="_blank">nc-gaertnma@netcologne.de</a>></span>:<br></span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br><span class="">
Please test and tell what you find out.<br></span></blockquote><div><br><br>Without {$codepage utf8} directive String constants will get Code Page 0 (CP_ACP) and not the 1200 (UTF16 - UnicodeString).<br><br></div><div>String variables assigned to those constants will also have Code Page = 0<br></div><div><br></div><div>This is because the constant string code page is evaluated at compile time<br><br></div><div>Not sure if there's a compiler command line param with same effect as {$codepage utf8} <br></div><div><br></div><div>The attached program show how data loss can occur<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Luiz<br></div></font></span></div></div></div>
</blockquote></div><br></div>