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 10:38:06 -0800

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

It is true that such chars have been replaced with .'s if you reedit
the TEXTAREA with the external editor, since the temp file cannot be
reused (you may well have made changes to the text within the TEXTAREA,
while still in lynx itself, which need to be reflected into the next
external editor invocation).

Currently it is necessary to do *something* with such chars when they
are rendered into the TEXTAREA lines.  Leaving them as control chars,
causes Bad Things to happen, when lines containing them later get
submit'ted, etc.

/kim

reply via email to

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