[vte] parser: charset: Add a DEC private OCS



commit a25b6339bcf3a328ec3aed63141970a75bce813f
Author: Christian Persch <chpe src gnome org>
Date:   Sun Oct 28 19:44:28 2018 +0100

    parser: charset: Add a DEC private OCS

 src/parser-charset-tables.hh | 2 +-
 src/parser-charset.hh        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/parser-charset-tables.hh b/src/parser-charset-tables.hh
index 07088750..7c68ae12 100644
--- a/src/parser-charset-tables.hh
+++ b/src/parser-charset-tables.hh
@@ -210,7 +210,7 @@ static uint8_t const charset_control_single[] = {
 static uint8_t const charset_ocs[] = {
         /* 3/0..3/15 */
         NA, NA, NA, NA, NA, NA, NA, NA,
-        NA, NA, NA, NA, NA, DEC(IBM_PROPRINTER), NA, NA,
+        DEC(HPPCL), NA, NA, NA, NA, DEC(IBM_PROPRINTER), NA, NA,
         /* 4/0..4/8 */
         RET, IR(108), IR(178), IR(131), IR(145), IR(160), IR(161), IR(196),
         IR(188)
diff --git a/src/parser-charset.hh b/src/parser-charset.hh
index 18e6ddaf..740beeee 100644
--- a/src/parser-charset.hh
+++ b/src/parser-charset.hh
@@ -297,6 +297,7 @@ ALIAS(SUPPLEMENTAL_NAME(LATIN_CYRILLIC), IR_NAME(144))
 
 /* Other coding systems */
 
+DEC(HPPCL) /* DEC HPPCL emulation mode on DEC LJ250; ESC 2/5 3/8 */
 DEC(IBM_PROPRINTER) /* DEC PPLV2; ESC 2/5 3/13 */
 DEC(BARCODE) /* DEC PPLV2; ESC 2/5 2/0 3/0 */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]