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: Greg Marr
Subject: Re: lynx-dev Re: 8-bit characters in EDITTEXTAREA
Date: Wed, 10 Feb 1999 16:21:41 -0500

At 03:53 PM 2/10/99 , Leonid wrote:
>10-Feb-99 10:38 Kim DeVaughn wrote:
>> On Wed, Feb 10, 1999, Ismael Cordeiro (address@hidden) said:
>> |
>> | I couldn't find any previous report about this problem.
>> |
>> | When using EDITTEXTAREA, 8-bit characters are "translated" to dots when I
>> | quit the editor. If I go back to the editor, the original 8-bit characters
>> | appear as dots.
>
>> 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,

Actually, characters from -127 to SPACE are being translated to dots, since the
comparison is being done with *signed* characters rather than unsigned
characters.

-- 
Greg Marr
address@hidden
"We thought you were dead." 
"I was, but I'm better now." - Sheridan, "The Summoning"

reply via email to

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