pub fn macroman_to_char(macroman: u8) -> Option<char>
Expand description

Converts a char to its Mac OS Roman character encoding.

Returns None if the character is not part of the Mac OS Roman character set.