lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev [PATCH] for dev.12: HP Roman8 display charset


From: Leonid Pauzner
Subject: Re: lynx-dev [PATCH] for dev.12: HP Roman8 display charset
Date: Mon, 11 Jan 1999 14:53:03 +0300 (MSK)

9-Jan-99 03:53 Christian Weisgerber wrote:

> HP Roman8 is used by Hewlett-Packard terminals and hpterm, HP's version
> of xterm. The character repertoire is largely similar to ISO Latin 1 but
> the code points are all mixed up.

The changes also required for src/chrtrans/makefile.dos -
we could not compile otherwise because of include fails.

> --- lynx2-8-2/src/UCdomap.c.orig      Sun Dec 13 05:10:36 1998
> +++ lynx2-8-2/src/UCdomap.c   Sat Jan  9 02:59:57 1999
> @@ -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          */
> @@ -2020,6 +2021,7 @@
>      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)  */

> --- lynx2-8-2/src/chrtrans/makefile.in.orig   Sun Dec 13 05:10:36 1998
> +++ lynx2-8-2/src/chrtrans/makefile.in        Sat Jan  9 03:02:31 1999
> @@ -64,6 +64,7 @@
>   cp869_uni.h \
>   def7_uni.h \
>   dmcs_uni.h \
> + hp_uni.h \
>   iso01_uni.h \
>   iso02_uni.h \
>   iso03_uni.h \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]