pub fn to_titlecase(chr: char) -> [u32; 3]
Expand description

Map the supplied character to its titlecase equivalent.

The titlecase equivalent may be more than one code point. Unused elements in the returned array are set to 0.

Note: A result of all zeros indicates the codepoint maps to itself.