]> gitweb.michael.orlitzky.com - iconv-quirks.git/commitdiff
README.rst: glibc //IGNORE doesn't ignore untranslatable
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Jul 2026 01:03:18 +0000 (21:03 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Jul 2026 01:03:18 +0000 (21:03 -0400)
README.rst

index 93cdc83dff835e1431e4415f84cdb578169bc38f..91bfd6297095cd5f41c44e3a3e203a8037b85e52 100644 (file)
@@ -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.