Date: Sun, 02 Jul 2023 17:53:11 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 233252] converters/iconv: different output on Linux Message-ID: <bug-233252-6497-gvLRgMvkmL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233252-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-233252-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233252 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233252-6497-gvLRgMvkmL>