pkgsrc-Bugs archive

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

Re: pkg/58397: tig: Failed to initialize character set conversion





On 7/5/24 12:50 AM, Thomas Klausner wrote:
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?

Very likely. Using GNU iconv would be the easy way out.

Joerg


Home | Main Index | Thread Index | Old Index