From: Michael Orlitzky Date: Mon, 6 Jul 2026 23:17:16 +0000 (-0400) Subject: README.rst: add glibc note for //NON_IDENTICAL_DISCARD X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;p=iconv-quirks.git README.rst: add glibc note for //NON_IDENTICAL_DISCARD --- diff --git a/README.rst b/README.rst index 7a4f8ab..93cdc83 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,9 @@ glibc documentation (charset.texi) and in the Linux man-pages iconv(3) page. +* iconv_open() accepts ``//NON_IDENTICAL_DISCARD`` but iconv() does + not implement it. + libiconv --------