registermapping
Register mapping
Declaration
Source position: charset.pp line 74
procedure registermapping(p: punicodemap);
Description
RegisterMapping registers mapping p in the registry of single-byte codepages. No attempt is made to avoid double registrations. In case of doubles, the last registered mapping will be used first.
See also
| Name | Description |
|---|---|
| loadbinaryunicodemapping | Load binary single-byte codepage to Unicode map from file or memory |
| loadunicodemapping | Load textual single-byte codepage to Unicode map from file |
| registerbinarymapping | Load and register binary single-byte codepage to Unicode map from file |