pub fn to_title(c: char) -> char
Given a codepoint c, return the codepoint of the corresponding title-case character, if any.
c
Otherwise (if there is no title-case variant), return c.