Remove dec-mcs remnants

It was (apparently) the default character encoding file used for line
printing on VMS, which is unsupported.
This commit is contained in:
Michael Reed
2014-12-09 23:14:26 -05:00
parent 6f50fd6c35
commit a5e1723bb1
2 changed files with 2 additions and 44 deletions

View File

@@ -289,11 +289,9 @@ enc_canon_table[] =
#define IDX_MACROMAN 57
{"macroman", ENC_8BIT + ENC_MACROMAN, 0}, /* Mac OS */
#define IDX_DECMCS 58
{"dec-mcs", ENC_8BIT, 0}, /* DEC MCS */
#define IDX_HPROMAN8 59
#define IDX_HPROMAN8 58
{"hp-roman8", ENC_8BIT, 0}, /* HP Roman8 */
#define IDX_COUNT 60
#define IDX_COUNT 59
};
/*