[Overview][Constants][Types][Procedures and functions][Index] |
Find a codepage map
Source position: charset.pp line 76
function getmap( |
const s: string |
):punicodemap; |
cp: Word |
):punicodemap; |
s |
|
Name of code page to search |
Pointer to requested code page mapping.
cp |
|
Numerical identifier of code page to search |
getmap looks in the registered codepage mappings and returns the mapping for the requested codepage. The codepage can be specified using a name s or a numerical identifier cp. The search is case sensitive.
if the requested map is not found, Nil is returned.
|
Register mapping |
|
|
Load and register binary single-byte codepage to unicode map from file |
|
|
Check if a mapping is available for a specified code page. |