ut-codec-ebcdic
v1.0.1
Published
ascii - ebcdic conversion module
Maintainers
Readme
EBCDIC codec
Scope
ASCII <-> EBCDIC conversion
Configuration
- conversionTable - pass custom conversion table, defined as an array, where each index corresponds to decimal ASCII character code
API
encode - convert ASCII string to EBCDIC
decode - convert EBCDIC string to ASCII
