category
mapped_single_byte_character_set
Single-byte character set implementation parameterized by sparse byte-to-code mapping facts and undefined bytes.
Availability:
logtalk_load(character_sets(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-04-05
Compilation flags:
staticExtends:
public character_setRemarks:
(none)
Inherited public predicates:
Public predicates
(no local declarations; see entity ancestors if any)
Protected predicates
mapping/2
Returns, by backtracking, declared byte-to-code mappings.
Compilation flags:
staticTemplate:
mapping(Byte,Code)Mode and number of proofs:
mapping(?integer,?integer) - zero_or_moreundefined/2
Returns, by backtracking, declared undefined byte values.
Compilation flags:
staticTemplate:
undefined(Byte,Code)Mode and number of proofs:
undefined(?integer,?integer) - zero_or_morePrivate predicates
(no local declarations; see entity ancestors if any)
Operators
(none)