lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev 8-bit chars and LYgetstr


From: Klaus Weide
Subject: Re: lynx-dev 8-bit chars and LYgetstr
Date: Sun, 14 Feb 1999 08:20:34 -0600 (CST)

On Sun, 14 Feb 1999, Laura Eaves wrote:

> Sifting through the ifdef soup in LYStrings.c and the line edit bindings in
> LYEditmap.c, it appears lynx is hardcoded to recognize only ISO-8859-1 on
> input strings.

No.  In DefaultEditBinding[]:

 ...
/* 80..9F ISO-8859-1 8-bit escape characters. */
LYE_CHAR,       LYE_CHAR,       LYE_CHAR,       LYE_CHAR,
LYE_CHAR,       LYE_CHAR,       LYE_CHAR,       LYE_CHAR,
LYE_CHAR,       LYE_CHAR,       LYE_CHAR,       LYE_CHAR,
LYE_CHAR,       LYE_CHAR,       LYE_CHAR,       LYE_CHAR,
LYE_CHAR,       LYE_CHAR,       LYE_CHAR,       LYE_CHAR,
LYE_CHAR,       LYE_CHAR,       LYE_CHAR,       LYE_AIX,
/*                                               97 AIX    */
LYE_CHAR,       LYE_CHAR,       LYE_CHAR,       LYE_CHAR,
LYE_CHAR,       LYE_CHAR,       LYE_CHAR,       LYE_CHAR,
 ...

They are treated here just like other normal characters (with
the exception of 0x97).

   Klaus

reply via email to

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