[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev [PATCH 2.8.3.dev6] various fixes
From: |
Leonid Pauzner |
Subject: |
Re: lynx-dev [PATCH 2.8.3.dev6] various fixes |
Date: |
Wed, 18 Aug 1999 02:23:16 +0400 (MSD) |
16-Aug-99 01:32 Vlad Harchev wrote:
> On Tue, 17 Aug 1999, Klaus Weide wrote:
>> Other cases to watch out for:
>>
>> ... some text <A HREF=...>anchor text</A> more text
>> |
>>
>> ... some text <A HREF=...>anchor text</A> more text
>> |
>>
>> ... some text <A HREF=...>anchor text</A> more text
>> |
>>
>> ... some text <A HREF=...>anchor text</A> more text
>> |
>>
>> with '|' denoting the point at which split_line gets called (in other words,
>> the point at which the line has reached maximum length). Also with several
>> spaces instead of one. Variations that have en-space, em-space, nbsp, soft
>> hyphen characters instead of, or in addition to, the normal spaces.
> I won't try e[nm]-space,nbsp, soft hyphen - these chars are absent in psrc
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> mode (since the entity's name is displayed, rather it's not rendered). As for
These chars are available in some charsets as a true character (at least
windows-12xx codepages keep all of then) so SGML.c::put_special_unicodes()
may be called for 'raw' characters, not only entities.
> multiplie trailing whitespaces, I posted the patch yesterday (that prevented
> trimming trailing whites in split_line).