Function to_ebcdic

Source
pub fn to_ebcdic(b: u8) -> u8
Expand description

to_ebdic makes a copy of a byte encoded as ASCII as it’s EBDIC equivalent. use make_ebcdic if you want to convert in-place