From: Michael Orlitzky Date: Tue, 7 Jul 2026 01:03:18 +0000 (-0400) Subject: README.rst: glibc //IGNORE doesn't ignore untranslatable X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=b0024fc4eec4632e3c1b79ff62b095b4b4b33b3a;p=iconv-quirks.git README.rst: glibc //IGNORE doesn't ignore untranslatable --- diff --git a/README.rst b/README.rst index 93cdc83..91bfd62 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,9 @@ glibc documentation (charset.texi) and in the Linux man-pages iconv(3) page. +* With ``//IGNORE``, untranslatable sequences still cause EILSEQ. This + contradicts glibc's own documentation. + * iconv_open() accepts ``//NON_IDENTICAL_DISCARD`` but iconv() does not implement it.