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

Re: `w3m -halfdump' for <ul><li>... returns NBSP instead of SPC



In [emacs-w3m : No.12615]
	On Sat, 24 Dec 2016 21:41:40 +0900, Tatsuya Kinoshita wrote:
> On December 22, 2016 at 10:34PM +0900, tats (at vega.ocn.ne.jp) wrote:
>>> echo '<ul><li>foo</ul>'| w3m ARGLIST
>>>  => ??<_SYMBOL TYPE=32>*</_SYMBOL>?foo
>>>
>>> Where `?' is NBSP (0xa0), that was SPC (0x20) till the middle of
>>> December.

I guessed the problem is that NBSP there was a raw NBSP, not an
encoded one, i.e., 0xc2+0xa0 (for `-O UTF8').  But `?' is just
SPC now as before.

> The problem is in commit 998b6f91d4b02e8bf90b7744dfabc8cccdf9d4f9,
> on 2016-12-10.

> Fixed in Debian's w3m Git master branch.

Thank you for fixing it.
Regards,