[][src]Function unicode_case_mapping::to_titlecase

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

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.