* iconv_open() accepts any indicator suffix, such as ``//INVALID``.
* iconv() returns EILSEQ when it ignores invalid input.
+Non-conformance by implementation
+================================
+
+Perhaps illegal, if my reading of POSIX 2024 is correct. But keep in
+mind that most of these implementations predate (this part of) POSIX.
+
+glibc
+-----
+
+* With no indicator suffixes, iconv() returns EILSEQ for
+ valid but untranslatable sequences.
+
+libiconv
+--------
+
+* With no indicator suffixes, iconv() returns EILSEQ for
+ valid but untranslatable sequences.