[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AM_ICONV failures on minimal gconv glibc systems
From: |
Bruno Haible |
Subject: |
Re: AM_ICONV failures on minimal gconv glibc systems |
Date: |
Tue, 05 Nov 2024 15:21:10 +0100 |
Kevin J. McCarthy wrote:
> I wonder if that test in AM_ICONV is relevant or useful anymore.
Yes, it is relevant. Some of the PO file from the Japanese translators
at <https://translationproject.org/team/ja.html> still are in EUC-JP
encoding. When the corresponding .mo files are made with a GNU gettext
version older than 0.22, they are in EUC-JP as well, and when iconv()
does not support EUC-JP, gettext() will not be able to process these
translations.
> Is an
> iconv with just the modules in "gconv-modules" considered "working"?
No.
> None of the gconv modules
> in gconv-modules-extra.conf (now split out since glibc-2.34) were
> enabled.
These are modules. Why do you think that you have no other choice than
installing them all or installing none of them? Where do you get this
black-and-white thinking from?
Bruno