Inconsistent treatment of EBCDIC Newline (NL) character in codepage.c
| Newsgroups | gmane.comp.emulators.hercules390.general |
|---|---|
| Message-ID | <[email protected]> |
When translating from EBCDIC to ASCII, not all of the translation tables in codepage.c appear to have the correct translation of EBCDIC NL (x'15') to ASCII (IMHO the correct value should be x'0A' -- LF). This causes trouble when using the IBM 3767 device support in comm3705.c.... The problem seems to be persistent up through the latest Hyperion... Thx Max