Convert a numeric codepage identifier to a codepage name.
Source position: syscodepagesh.inc line 16
function CodePageToCodePageName( |
cp: TSystemCodePage |
):AnsiString; |
CodePageToCodePageName returns the name of the codepage cp.
If no matching codepage is found in the list of codepages, an empty string is returned.
|
Return a numeric identifier for the codepage. |