From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F38A03858C5E; Mon, 20 Feb 2023 20:54:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F38A03858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676926493; bh=kUMyLb2KG4JWSrktq+jWZcwPdqA9ACMXR8Dsm7iUk4E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P72U57Cy4AEmiqjStETDQAFCvdE5CFRbGdnE9rajHahbYNLER+mpQhhPQnhrGDJM/ qB4wtaKqAh1qcxwd8KpOYachmSih/luzJDH3QuXVQ7i61ZOkX76WTXEBOe0V2as+T3 VEiN3JLgeBQM1IaoZSO2h3P84x/bDu65UOnpSYGE= From: "steffen at sdaoden dot eu" To: glibc-bugs@sourceware.org Subject: [Bug libc/29913] iconv(3) is not POSIX compliant, and does not conform to linux man-pages manual Date: Mon, 20 Feb 2023 20:54:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: steffen at sdaoden dot eu X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29913 --- Comment #13 from Steffen Nurpmeso --- P.S.: glibc is wrong wrong wrong! It should NOT NOT NOT give an ILSEQ for output conversion! I know mbrtowc does, there this surely comes from; but that sits upon a val= id input character! Having invalid, broken, illegal input is a dramatic failure! Not being able to convert valid input to another character set is entirely different. (Sebor said de facto the same for the POSIX standard issue, in 2016.) --=20 You are receiving this mail because: You are on the CC list for the bug.=