diff options
Diffstat (limited to 'src/parser-charset.hh')
-rw-r--r-- | src/parser-charset.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser-charset.hh b/src/parser-charset.hh index 1798cce7..2605f327 100644 --- a/src/parser-charset.hh +++ b/src/parser-charset.hh @@ -295,6 +295,10 @@ ALIAS(SUPPLEMENTAL_NAME(LATIN_2), IR_NAME(101)) ALIAS(SUPPLEMENTAL_NAME(LATIN_5), IR_NAME(148)) ALIAS(SUPPLEMENTAL_NAME(LATIN_CYRILLIC), IR_NAME(144)) +/* Other coding systems */ + +DEC(IBM_PROPRINTER) /* DEC PPLV2; ESC 2/5 3/13 */ + #undef IR_NAME #undef DEC_NAME #undef NRCS_NAME |