[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev Re: [dev.15] fixup patch: edit TEXTAREA
From: |
Kim DeVaughn |
Subject: |
lynx-dev Re: [dev.15] fixup patch: edit TEXTAREA |
Date: |
Fri, 29 Jan 1999 14:41:18 -0800 |
On Fri, Jan 29, 1999, Jacob Poon (address@hidden) said:
|
| I am wondering, if an external editor is used to edit files in TEXTAREA,
| will the unprintable characters get filtered out as well? The reason of
| concern is that it is possible that Lynx cannot print the text in
| TEXTAREA, but the external reader can (eg: text in TEXTAREA is encoded in
| Unicode, and Lynx cannot use the proper font, so external editor is
| required to read/write Unicode). If this patch sends a filtered version
| of data when launching external editor, Lynx will destroy the TEXTAREA
| contents and makes the filtered texts unreadable on any editor, which
| partially defeats the purpose of external editing.
No filtering is performed in that direction (lynx --> edit file).
The filtering is only performed in the other direction (file --> lynx),
and is only performed on byte values of x'00' - x'1F' (with TAB's being
expanded to spaces, mod 8).
I think that's OK, WRT Unicode, isn't it ...?
/kim
- lynx-dev lynx2.8.2dev.15, dickey, 1999/01/28
- Re: lynx-dev lynx2.8.2dev.15 [typo nit], brian j. pardy, 1999/01/29
- lynx-dev Re: lynx2.8.2dev.15 [typo nit] (and TEXTAREA edit bugs), Kim DeVaughn, 1999/01/29
- lynx-dev [dev.15] fixup patch: edit TEXTAREA, Kim DeVaughn, 1999/01/29
- lynx-dev Re: [dev.15] fixup patch: edit TEXTAREA, Kim DeVaughn, 1999/01/29
- Re: lynx-dev [dev.15] fixup patch: edit TEXTAREA, Jacob Poon, 1999/01/29
- lynx-dev Re: [dev.15] fixup patch: edit TEXTAREA,
Kim DeVaughn <=
- Re: lynx-dev Re: [dev.15] fixup patch: edit TEXTAREA, Jacob Poon, 1999/01/29
- Re: lynx-dev Re: [dev.15] fixup patch: edit TEXTAREA, Leonid Pauzner, 1999/01/30
- Re: lynx-dev Re: [dev.15] fixup patch: edit TEXTAREA, Klaus Weide, 1999/01/30
- Re: lynx-dev Re: [dev.15] fixup patch: edit TEXTAREA, Mike Castle, 1999/01/29
- lynx-dev Re: [dev.15] fixup patch: edit TEXTAREA, Kim DeVaughn, 1999/01/30
- Re: lynx-dev Re: [dev.15] fixup patch: edit TEXTAREA, pg, 1999/01/30
Re: lynx-dev lynx2.8.2dev.15 [typo nit], Larry W. Virden, 1999/01/29