[Overview][Constants][Types][Procedures and functions][Index] |
Check if a mapping is available for a specified code page.
Source position: charset.pp line 78
function mappingavailable( |
const s: string |
):Boolean; |
cp: Word |
):Boolean; |
s |
|
Code page name |
True if a map is available for codepage s or cp
cp |
|
Numerical code page identifier. |
mappingavailable returns True if a mapping for a specified code page (using name s or numerical identifier cp) is available, or False if it is not.
|
Register mapping |
|
|
Load and register binary single-byte codepage to unicode map from file |
|
|
Find a codepage map |