[Lazarus] TProcess, UTF8, Windows

Martin Schreiber mse00000 at gmail.com
Sun Apr 15 15:24:32 CEST 2012


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




More information about the Lazarus mailing list