[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set the codepage of a string
Source position: systemh.inc line 1233
procedure SetCodePage( |
var s: RawByteString; |
CodePage: TSystemCodePage; |
Convert: Boolean = True |
); |
SetCodePage sets the codepage of a string S to CodePage. If Convert is True then the string will be transcoded to the new codepage. The resulting string will have reference count 1.
|
Get the code page of a string |