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?

2013/3/2 Sven Barth <[email protected]>

> On 02.03.2013 15:12, Xiangrong Fang wrote:
>
>>   * Avoid using AnsiString or the like (as all my programs use string
>>
>>     type, change them all to AnsiString is scaring and I don't know the
>>     consequence at all).
>>
>
> Are your programs compiled in either {$mode Delphi} or {$mode
> ObjFPC}{$H+}? If so then "String" = "AnsiString" already... (otherwise
> String is equivalent to ShortString)
>
> Regards,
> Sven
>
> --
> ______________________________**_________________
> Lazarus mailing list
> [email protected].**freepascal.org<[email protected]>
> http://lists.lazarus.**freepascal.org/mailman/**listinfo/lazarus<http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus>
>
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to