From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E760B3858CDB; Wed, 29 Mar 2023 09:42:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E760B3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680082927; bh=7SKwlMKC91+BOc6o16PQhnrWxS6OaXLTURHiCqxM6/0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bli1EO5CuLb2Wa+PI/4mCTFAV8fUJqBA4o5fIVuVsi1XR6jY4PP00+VcLzEhKXCR0 kkZxNQG7dWiZLAVh0SZwhZkL75wCGEqXG8d6hRgxOy7Ev+V01YsCCwUyD1S3T+mjgn 8RyY9ncB8uvWYtxLPn3Am4amel6xLuijZwO/7yRE= From: "bruno at clisp dot org" To: libc-locales@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.=