unicodeCompose

Fetches the composition of a sequence of two Unicode code points.

Calls the composition function of the specified Unicode-functions structure ufuncs.

Parameters

ufuncsThe Unicode-functions structure
aThe first Unicode code point to compose
bThe second Unicode code point to compose
abThe composition of a, b

Returns

true if a and b composed, false otherwise