Function string_to_cp437

Source
pub fn string_to_cp437<S>(input: S) -> Vec<u16>
where S: AsRef<str>,
Expand description

Converts a string into a vector of u8, CP437 representations of the string