Module ebcdic

Source

Functions§

make_ascii
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
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
to_lowercase
to_uppercase