diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-01-18 12:35:47 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-01-18 12:35:47 -0500 |
commit | d97a65137382daf2f896a947ba680c095f7ab664 (patch) | |
tree | 6db3daec0d5c2f909ba586adff0ddc2ad96d84d9 /src/UCdomap.c | |
parent | a2e9461739dd215db90a5cee2c22a74e5f57d151 (diff) | |
download | lynx-snapshots-d97a65137382daf2f896a947ba680c095f7ab664.tar.gz |
snapshot of project "lynx", label v2-8-2dev_14
Diffstat (limited to 'src/UCdomap.c')
-rw-r--r-- | src/UCdomap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/UCdomap.c b/src/UCdomap.c index cf89b4cf..36b8b5de 100644 --- a/src/UCdomap.c +++ b/src/UCdomap.c @@ -48,6 +48,7 @@ #include <cp869_uni.h> /* DosGreek2 (cp869) */ #include <def7_uni.h> /* 7 bit approximations */ #include <dmcs_uni.h> /* DEC Multinational */ +#include <hp_uni.h> /* HP Roman8 */ #include <iso01_uni.h> /* ISO Latin 1 */ #include <iso02_uni.h> /* ISO Latin 2 */ #include <iso03_uni.h> /* ISO Latin 3 */ @@ -2022,6 +2023,7 @@ PUBLIC void UCInit NOARGS UC_CHARSET_SETUP_dec_mcs; /* DEC Multinational */ UC_CHARSET_SETUP_macintosh; /* Macintosh (8 bit) */ UC_CHARSET_SETUP_next; /* NeXT character set */ + UC_CHARSET_SETUP_hp_roman8; /* HP Roman8 */ UC_CHARSET_SETUP_viscii; /* Vietnamese (VISCII) */ |