On Wed, 12 Mar 2025 12:12:37 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> Another way to phrase this is perhaps: "why don't we need iconv on linux?" I googled this and can answer it myself: because `iconv()` is built into glibc. So then I guess it makes sense to add ICONV variables globally, and define it as empty on linux (and windows), where it is not needed to be specified as a separate library. ------------- PR Comment: https://git.openjdk.org/jdk/pull/23995#issuecomment-2717689442