lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev strange index display error


From: Larry W. Virden
Subject: Re: lynx-dev strange index display error
Date: Fri, 23 Oct 1998 07:09:48 -0400 (EDT)

From: Bela Lubkin <address@hidden>
>The problem is clearly visible in the script output.  Something in your
>Lynx is causing it to mis-handle '.' characters, both in the field
>editor and now in displaying URLs.

> My guess is that one of the ctype functions (isascii(), etc.) is
> returning an unexpected value for '.'.  Compile and run this trivial
> program, which tries all the ctype functions that Lynx uses:

Compiling the test program on my SPARC Solaris 2.5.1 system where I am
compiling lynx, I then run the software and get:
$ ./tstctype
isalnum('.') = 0
isalpha('.') = 0
isascii('.') = 1
isdigit('.') = 0
islower('.') = 0
isprint('.') = 16
isspace('.') = 0
isupper('.') = 0
isxdigit('.') = 0

-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.purl.org/NET/lvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.

reply via email to

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