Ale8583 v0.1.0 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 do_ascii_to_bin(list, con, acc) View Source