DESCRIPTION¶
Return the combine charset of the current interactive in the form requested by mode
:
The bitvector is interpreted as an array of 8-bit-values and might contain up to 32 elements. Character n is “combinable” if sizeof(bitvector) > n/8 && bitvector[n/8] & (1 << n%8)
.
If there is no current interactive, the function returns 0.
HISTORY¶
- introduced (3.2.10)