Re: keyboard input broken for certain extended characters

Riccardo Mottola <[email protected]> Mon, 22 Jul 2024 13:39:16 +0000
Newsgroups gmane.comp.lib.gnustep.devel
Message-ID <[email protected]>
Hi,

Riccardo Mottola wrote:
> Pound sign: £  (Awith ^ followed by pound sign)
> Small accented a: à (A with ^ followed by space)
> Euro sign: € (small a with ^ and then graphic angular symbol)
> Paragprah sign: § (A with ^ followed by paragraph sign).

reading my own mail with another program shows... that what I have seen
typed got sent. SO the issue is typing.

Interestingly, I was able to make the issue disappear by unsetting my
LANG env. variable.

LANG=C.UTF-8

then it works. But I set this locale months, years ago and always worked :)

Riccardo