[Bug 233252] converters/iconv: different output on Linux

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 02 Jul 2023 17:53:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233252

bruno@clisp.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bruno@clisp.org

--- Comment #6 from bruno@clisp.org ---
Regarding the iconv implementation from "ports", that is, GNU libiconv, this
behaviour is intended:
1) Transliterations don't depend on the locale in GNU libiconv (as opposed to
GNU libc).
2) Latin letters with diacritics or accents are approximated. 'e stands for e
with acute accent, "o stands for o with diaeresis, and so on. It loses less
information than if the diacritics and accents were dropped.

For more info, please write to bug-gnu-libiconv at gnu.org.

-- 
You are receiving this mail because:
You are on the CC list for the bug.