The following reply was made to PR pkg/58397; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc: Joerg Sonnenberger <joerg%bec.de@localhost>
Subject: Re: pkg/58397: tig: Failed to initialize character set conversion
Date: Fri, 5 Jul 2024 00:48:17 +0200
On Thu, Jul 04, 2024 at 09:45:01PM +0000, Joerg Sonnenberger wrote:
> Does it depend on the WCHAR or //translit conversions by chance?
work/tig-2.5.8/src/tig.c: char translit[SIZEOF_STR];
work/tig-2.5.8/src/tig.c: if (string_format(translit, "%s%s", codeset, ICONV_TRANSLIT))
work/tig-2.5.8/src/tig.c: opt_iconv_out = iconv_open(translit, ENCODING_UTF8);
Is that a yes?