lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Re: 8-bit characters in EDITTEXTAREA


From: dickey
Subject: Re: lynx-dev Re: 8-bit characters in EDITTEXTAREA
Date: Wed, 10 Feb 1999 16:55:46 -0500 (EST)

> 
> On Wed, Feb 10, 1999, Leonid Pauzner (address@hidden) said: 
> | 
> | > It shouldn't be "8-bit chars" that get replaced with a ".", but only 
> | > "control chars" (ie, chars with numeric values below a SPACE, in either 
> | > ASCII or EBCDIC). 
> | 
> | No, Kim, chars from 128-255 really being translated to dots, 
> | I was checking it with dev16 just now. 
> | They are not control, probably wrong condition (typo). 
>  
> Nah.  My oversight for not using (unsigned char). 
>  
> I suppose I'll just switch to using iscntrl(), as Tom (I think) suggested 
> awhile back, and trust in the portability of that fn(). 

not all platforms have a working 8-bit ctype, though (recalling that, I
left the comparison as you had it).
  
> Sorry about that. 
>  
> Patchlet to follow ... 
>  
> /kim  (whose face is now a pinkish-red color) 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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