<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 29, 2013 at 7:26 PM, Hans-Peter Diettrich <span dir="ltr"><<a href="mailto:DrDiettrich1@aol.com" target="_blank">DrDiettrich1@aol.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
var a: AnsiString; u: UTF8String;<br>
function cpy(s: RawByteString):RawByteString;<br>
begin Result := s; end;<br>
a := cpy(u); //now a has encoding UTF-8!<br>
<br>
Here the XE compiler omits the conversion of the RawByteString result to the declared encoding of the target. Dunno about newer versions.<br></blockquote><div><br><br></div><div>A quick note: the new LLVM Delphi compiler forbid the use of AnsiString and AnsiChar, (declared in the unit AnsiString.pas, you cannot use this unit anyway),<br>
you will probably choose to hack using MarshaledAString.<br><br></div></div></div></div>