Ale8583 v0.1.1 Ale8583.Convert View Source

MODULE Ale8583.Convert contains functions for convert :

ascii format ——> binary format binary format ——> ascii format

ebcdic 1047 format ———-> ascii format ascii format ———-> ebcdic 1047 format

Latin-1 character set : https://en.wikipedia.org/wiki/EBCDIC_1047

Link to this section Summary

Link to this section Functions

Function for EBCDIC decode .

Link to this function ascii_to_exc_mc_48(list) View Source
Link to this function do_ascii_to_bin(list, con, acc) View Source
Link to this function exc_mc_48_to_ascii(list) View Source