unicodeDecompose

Fetches the decomposition of a Unicode code point.

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

Parameters

ufuncsThe Unicode-functions structure
abUnicode code point to decompose
aThe first code point of the decomposition of ab
bThe second code point of the decomposition of ab

Returns

true if ab was decomposed, false otherwise