<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body smarttemplateinserted="true">
<div id="smartTemplate4-template">Hello,<br>
<br>
</div>
<div> this code:</div>
<div><br>
</div>
<div>program Project1;<br>
{$mode objfpc}{$H+}<br>
var a,b, c: string;<br>
begin<br>
a := 'x';<br>
b := 'y';<br>
SetCodePage(RawByteString(b), CP_NONE, false);<br>
c := a+b;<br>
writeln(c);<br>
end.<br>
</div>
<div><br>
</div>
<div>prints x without y on win32/wine. <br>
</div>
<div><br>
</div>
<div>Is that supposed to happen?</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
Bye,<br>
<p>Benito </p>
</div>
<p><br>
</p>
</body>
</html>