Skip to content

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

Notifications You must be signed in to change notification settings

joabetc/nm-ebcdic-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published