From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 07CCA3858281; Tue, 5 Dec 2023 14:15:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 07CCA3858281 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701785719; bh=+Dxqaowg6fszgBQA39vZGZlVrP7415bed3hdRjAUDgo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ohfv+mJY/DEtFrBwfVOT+OaZbsln03mPnwh0tc5jEpfcqTIwtPqtNJCZ0Pum29vSH c23eCMBP4q6Avm84gT0e0kzGZ/H8ZZYGN+8zL1C8ThKww680wRDl/SvGnq6jffBBVZ iNbfBittE6n3pq4bjr+Sf+YunG3rCFl/+zlRVGJ8= From: "schwab@linux-m68k.org" To: glibc-bugs@sourceware.org Subject: [Bug locale/31030] ERA segments are nul-separated rather than semicolon-separated Date: Tue, 05 Dec 2023 14:15:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: locale X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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=3D31030 --- Comment #1 from Andreas Schwab --- The ERA entry is actually terminated by a double null, and _NL_TIME_ERA_NUM_ENTRIES is only related to _NL_TIME_ERA_ENTRIES (which contains a structured representation of ERA and what is used internally instead). It is not clear whether changing the format of ERA would constitute an ABI break. The ALT_DIGITS entry has the same issue. --=20 You are receiving this mail because: You are on the CC list for the bug.=