joabetc / nm-ebcdic-converter

A simple Node module for converting EBCDIC char to ASCII char and vice-versa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nm-ebcdic-converter

A simple Node module for converting EBCDIC char to ASCII char and vice-versa.

Technologies/Languages

Usage

For this version use require. import will be provided in the future.

Sample:

const EBCDIC = require('nm-ebcdic-converter');

var ascii = EBCDIC.toASCII('C6');

Or if you prefer you can play around with StackBlitz

About

A simple Node module for converting EBCDIC char to ASCII char and vice-versa.


Languages

Language:JavaScript 100.0%