pub fn to_lowercase(chr: char) -> [u32; 2]
Expand description

Map the supplied character to its lowercase equivalent.

The lowercase 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.