[fpc-devel] new string - question on usage

Michael Schnell mschnell at lumino.de
Tue Oct 11 12:52:48 CEST 2011


On 10/11/2011 08:52 AM, Hans-Peter Diettrich wrote:
>
> It does *not* help, because SetCodePage does a string *conversion*,
Nope.

procedure SetCodePage(var s : RawByteString; CodePage : TSystemCodePage; 
Convert : Boolean = True);

So it can be set to do a conversion or not to do it.

-Michael



More information about the fpc-devel mailing list