pub fn to_cp437(utf8: String) -> Result<Vec<u8>, String>
Apply UTF8_TO_CP437 to the given string
UTF8_TO_CP437