[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] [PATCH] Simplify: Remove the ability to install a
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] [PATCH] Simplify: Remove the ability to install a preloadable |
Date: |
Sat, 18 Apr 2020 22:22:11 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-177-generic; KDE/5.18.0; x86_64; ; ) |
Alexander Fomichev wrote:
> I use preloadable library on Alpine Linux, which didn't have packages GNU
> libiconv before v3.10
> So PHP projects can't invoke iconv-related functions.
Alpine Linux uses musl libc, which - like glibc - has iconv() already in libc.
This iconv implementation - I have tested the one in Alpine Linux 3.9 - does
not support old encodings like Big5, EUC-JP, EUC-KR well, but it should be 99%
sufficient for encodings in use today [1].
Bruno
[1] https://w3techs.com/technologies/overview/character_encoding