Functions§
- make_
ascii make_ascii
converts a byte encoded as ASCII to it’s EBDIC equivalent, in-place. useto_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. usemake_ascii
if you want to convert in-place- to_
lowercase - to_
uppercase