added the latin9 into the makefiles and main.c - enscript - GNU Enscript
 (HTM) git clone git://thinkerwim.org/enscript.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 239f1d92f4d618cfa081e65680b632db6a70292d
 (DIR) parent 5f7cd9cb36f7813668d4e2521f6213b6479cc109
 (HTM) Author: Wim Stockman <wimstockman@gmail.com>
       Date:   Fri,  3 Mar 2023 22:37:28 +0100
       
       added the latin9 into the makefiles and main.c
       
       Diffstat:
         M afmlib/Makefile.am                  |       2 +-
         M lib/Makefile.am                     |       2 +-
         M src/main.c                          |       1 +
       
       3 files changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/afmlib/Makefile.am b/afmlib/Makefile.am
       @@ -23,7 +23,7 @@
        
        noinst_LIBRARIES = libafm.a
        libafm_a_SOURCES = afm.c afmparse.c strhash.c e_88591.c e_88592.c        \
       -e_88593.c e_88594.c e_88595.c e_88597.c e_88599.c e_885910.c e_pc.c        \
       +e_88593.c e_88594.c e_88595.c e_88597.c e_88599.c e_885915.c e_885910.c e_pc.c        \
        e_mac.c e_vms.c e_hp8.c e_koi8.c deffont.c
        
        noinst_HEADERS = afm.h afmint.h strhash.h
 (DIR) diff --git a/lib/Makefile.am b/lib/Makefile.am
       @@ -24,7 +24,7 @@
        
        pkgdata_DATA = ascii.enc asciifise.enc asciidkno.enc hp8.enc ibmpc.enc        \
        koi8.enc 88591.enc 88592.enc 88593.enc 88594.enc 88595.enc 88597.enc        \
       -88599.enc 885910.enc mac.enc ps.enc pslatin1.enc vms.enc a2ps.hdr        \
       +88599.enc 8885910.enc 85915.enc mac.enc ps.enc pslatin1.enc vms.enc a2ps.hdr        \
        edd.hdr emacs.hdr enscript.hdr enscript-color.hdr frame.hdr mp.hdr        \
        simple.hdr squeeze.hdr enscript.pro
        
 (DIR) diff --git a/src/main.c b/src/main.c
       @@ -806,6 +806,7 @@ EncodingRegistry encodings[] =
          {{"88597", "greek", NULL},                ENC_ISO_8859_7,                '\n', 8},
          {{"88599", "latin5", NULL},                ENC_ISO_8859_9,                '\n', 8},
          {{"885910", "latin6", NULL},                ENC_ISO_8859_10,        '\n', 8},
       +  {{"885915", "latin9", NULL},                ENC_ISO_8859_15,        '\n', 8},
          {{"ascii", NULL, NULL},                ENC_ASCII,                 '\n', 8},
          {{"asciifise", "asciifi", "asciise"},        ENC_ASCII_FISE,                '\n', 8},
          {{"asciidkno", "asciidk", "asciino"},        ENC_ASCII_DKNO,                '\n', 8},