[Overview][Constants][Types][Procedures and functions][Index] |
Load and register binary single-byte codepage to Unicode map from file
Source position: charset.pp line 75
function registerbinarymapping( |
const directory: string; |
const cpname: string |
):Boolean; |
directory |
|
Directory to load mapping from. |
cpname |
|
Code page mapping to load. |
True on success, false on error.
registerbinarymapping calls loadbinaryunicodemapping using directory and cpname and registers the resulting mapping, if any was successfully loaded, using registermapping. It returns True if the operation was successful.
On error, False is returned.
|
Load binary single-byte codepage to Unicode map from file or memory |
|
|
Register mapping |