[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] Missing First Letter?
From: |
Tim Chase |
Subject: |
Re: [Lynx-dev] Missing First Letter? |
Date: |
Mon, 5 Apr 2021 09:49:35 -0500 |
On 2021-04-05 09:19, Tim Chase wrote:
> That's odd. I get the inverse behavior from what you describe. If
> I use
>
> $ LANG=C lynx chime.html
>
> I get the unicode placeholder character for the opening
> fancy-double-quote and lynx displays the full "Hello", but if I do
>
> $ LANG=en_US.UTF-8 lynx chime.html
>
> I get the vanishing "H".
To provide additional context, this is in an xterm on FreeBSD 12.2p4
$ ident `which xterm`
/usr/local/bin/xterm:
$FreeBSD: releng/12.2/lib/csu/amd64/reloc.c 339351 2018-10-13 23:52:55Z
kib $
$FreeBSD: releng/12.2/lib/csu/amd64/crt1.c 339351 2018-10-13 23:52:55Z kib
$
$FreeBSD: releng/12.2/lib/csu/common/ignore_init.c 339351 2018-10-13
23:52:55Z kib $
$FreeBSD: releng/12.2/lib/csu/amd64/crti.S 217105 2011-01-07 16:07:51Z kib
$
$FreeBSD: releng/12.2/lib/csu/common/crtbrand.c 366954 2020-10-23
00:00:52Z gjb $
$FreeBSD: releng/12.2/lib/csu/amd64/crtn.S 217105 2011-01-07
16:07:51Z kib $
(and for context, I have LANG=en_US.UTF-8 in my default environment,
so that 2nd one example was only to be explicit about what would
otherwise be default behavior)
-tim