[Overview][Constants][Types][Procedures and functions][Index] |
Return index of codepage.
Source position: unixcp.pp line 636
function GetCodepageData( |
cp: TSystemCodePage |
):LongInt; |
cp |
|
Code page to search for |
Index of first entry in UnixCpMap or -1
GetCodepageData returns the index of the first entry in UnixCpMap which matches cp. Since the entries are ordered by code page number, this means the entries can be scanned for alternate code names starting at this index.
If no matching code page is found, -1 is returned.
|
Map with codepage names. |
|
|
Return the system code page based on the program environment. |
|
|
Find code page by name |