From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 41D373858C1F; Wed, 29 Mar 2023 09:42:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41D373858C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680082928; bh=7SKwlMKC91+BOc6o16PQhnrWxS6OaXLTURHiCqxM6/0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hGTqgfljUt62He+wvHhVQJKy4iKhs8OskLMB29+TRRlyOjMPHUteYD2vKkjlXvpcO Hy9KndMQPxlwVJACEPaMclWyGTVmLOcHnyQFYuKHmIjd0VwcMuIklD7PRWm0kl+H14 MOaJkEnoXC95AeTVgv2VTIftxdK9fDhiMEh04vVs= From: "bruno at clisp dot org" To: glibc-bugs@sourceware.org Subject: [Bug localedata/19932] C locale: mbrtowc returns (size_t) -1 Date: Wed, 29 Mar 2023 09:42:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.22 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bruno at clisp dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- 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=3D19932 --- Comment #4 from Bruno Haible --- The POSIX bug has been fixed: https://pubs.opengroup.org/onlinepubs/9699919799/functions/mbrtowc.html now says "[EILSEQ] An invalid character sequence is detected. [CX] [Option Start] In the POSIX locale an [EILSEQ] error cannot occur since all byte values are valid characters. [Option End]" --=20 You are receiving this mail because: You are on the CC list for the bug.=