[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get an encoding instance for a given codepage.
Source position: sysencodingh.inc line 79
public class function TEncoding.GetEncoding( |
CodePage: Integer |
const EncodingName: UnicodeString |
):TEncoding; overload; |
GetEncoding will return an instance of TEncoding for the given codepage CodePage. The codepage can also be specified by name EncodingName. The returned instance is an appropriate descendent of TEncoding and needs to be freed by the caller.
|
UTF-16 unicode encoding |
|
|
Big-endian UTF-16 unicode encoding |
|
|
UTF-8 unicode encoding |
|
|
UTF-7 unicode encoding |
|
|
Multi-Byte character set encoding |