On Sunday 15 April 2012 14:59:21 Mattias Gaertner wrote:
>
> Basically if you use "utf8string" you get a string that forces UTF-8.
>
And if you use "String" (= AnsiString(CP_ACP) if my assumption about current 
FPC trunk is correct) it forces it to the 8bit system encoding. The only 
stringtype which does not enforce encoding is "RawByteString".
All "AFAIK" of course. ;-)

Martin

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to