lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Re: 8-bit characters in EDITTEXTAREA


From: Kim DeVaughn
Subject: lynx-dev Re: 8-bit characters in EDITTEXTAREA
Date: Wed, 10 Feb 1999 13:29:32 -0800

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().

Sorry about that.

Patchlet to follow ...

/kim  (whose face is now a pinkish-red color)

reply via email to

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