<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<meta name="qrichtext" content="1">
showmessage(StrToHex('1234567890')); <br>
results:<br>
Compiler Options --> Other is empty<br>
31323334353637383930<!--EndFragment--><br>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
Compiler Options --> Other "-FcUTF8<!--EndFragment-->"<br>
<meta name="qrichtext" content="1">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment-->31323334353637383930<!--EndFragment--></p>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
Compiler Options --> Other "-FcUTF8 , -dEnableUTF8"<br>
<meta name="qrichtext" content="1">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment-->31323334353637383930<!--EndFragment--></p>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
<br>
<br>
<div class="moz-cite-prefix">On 19.02.2015 13:02, luiz americo
pereira camara wrote:<br>
</div>
<blockquote
cite="mid:CAMa0j63TrGZLUW-nqV81wWtdb1vVqLLzUjpp6jmA+upnQoHmMQ@mail.gmail.com"
type="cite">
<div><br>
Can you check the return value of the below procedure when
passing wParam with and without -FcUTF8?<br>
<br>
function StrToHex(const S: RawByteString): String;<br>
var<br>
i: Integer;<br>
begin<br>
Result := '';<br>
if S = '' then<br>
Exit;<br>
for i := 1 to Length(S) do<br>
begin<br>
Result := Result + IntToHex(Byte(S[i]), 0);<br>
end;<br>
end;<br>
<br>
</div>
<div>Luiz</div>
</blockquote>
<br>
</body>
</html>