Index | Thread | Search

From:
Laurent Cheylus <foxy@free.fr>
Subject:
Re: [new] sysutils/btop v1.3.0
To:
Stuart Henderson <stu@spacehopper.org>
Cc:
Ports <ports@openbsd.org>
Date:
Thu, 8 Feb 2024 15:05:17 +0100

Download raw body.

Thread
> Yes, but that is not enough, it should check LC_CTYPE 5oo.
> 
> > I have no issue in my OpenBSD env with UTF-8 support for btop:
> 
> The standard way to use UTF-8 on OpenBSD is to *only* set LC_CTYPE.
> 
> https://www.openbsd.org/faq/faq10.html#locales

OK, my locale settings are exported via my SSH connection.

I have added a patch for src/btop.cpp to check also LC_CTYPE to set UTF-8 locale with btop.
Build and test OK on current/amd64 **ONLY** with LC_CTYPE="en_US.UTF-8"

Issue and PR created upstream => https://github.com/aristocratos/btop/issues/752

See this new version of my sysutils/btop port.

Laurent