[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Missing UTF-8-Mac is causing programs to fail
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Missing UTF-8-Mac is causing programs to fail |
Date: |
Tue, 05 May 2020 00:36:02 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-177-generic; KDE/5.18.0; x86_64; ; ) |
Hi,
Jeffrey Walton wrote:
> I'm building libiconv 1.16 from sources on OS X 10.5, 10.9 and 10.12.
> It looks like lack of UTF-8-Mac support in libiconv is causing other
> programs to fail.
That's quite possible. The Apple-modified libiconv supports a
"UTF-8-Mac" encoding, as a workaround to a deficiency of their HFS+
file system. The original GNU libiconv does not support this encoding.
Bruno