- unicode_skeleton(+Text, -Skeleton:atom) is det
- Compute the UTS #39 ยง4 skeleton of Text: apply NFD, substitute each
code point with its
confusables.txt prototype string, then apply NFD
again. Two strings are confusable iff their skeletons compare equal.