[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 succes, false on error.
registerbinarymapping calls loadbinaryunicodemapping using directory and cpname and registers the resulting mapping, if any was succesfully loaded, using registermapping. It returns True if the operation was succesful.
On error, False is returned.
|
Load binary single-byte codepage to unicode map from file or memory |
|
|
Register mapping |