pub fn compose(buf: Vec<u32>) -> Vec<u32>
Canonical composition pass (UAX #15 section 16). Operates on a Vec<u32> that has already been decomposed and reordered.
Vec<u32>