My program is always in {$mode objfpc}  So string is not a problem, but shall I use the UTF8 version or not? I remember that Windows is NOT UTF8?<br><br><div class="gmail_quote">2013/3/2 Sven Barth <span dir="ltr"><<a href="mailto:pascaldragon@googlemail.com" target="_blank">pascaldragon@googlemail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 02.03.2013 15:12, Xiangrong Fang wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  * Avoid using AnsiString or the like (as all my programs use string<div class="im"><br>
    type, change them all to AnsiString is scaring and I don't know the<br>
    consequence at all).<br>
</div></blockquote>
<br>
Are your programs compiled in either {$mode Delphi} or {$mode ObjFPC}{$H+}? If so then "String" = "AnsiString" already... (otherwise String is equivalent to ShortString)<br>
<br>
Regards,<br>
Sven<br>
<br>
--<br>
______________________________<u></u>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.<u></u>freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.<u></u>freepascal.org/mailman/<u></u>listinfo/lazarus</a><br>
</blockquote></div><br>