Module encoding8::ebcdic

source ·

Functions

make_ascii converts a byte encoded as ASCII to it’s EBDIC equivalent, in-place. use to_ascii if you want to make a copy
to_ascii makes a copy of a byte encoded as EBCDIC as it’s ASCII equivalent. use make_ascii if you want to convert in-place