From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 586F63858C53; Mon, 15 Jan 2024 23:17:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 586F63858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705360635; bh=ZXunArInhYKyBG5eKQyWRFQrFkrvEC1XY9q1sJ14fFA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t8s96sNkM4hBG8TC2HX1f77i906UXScV0gNPNGicRK3SFpgeJLt8MVgdxnY8O545A qJ7TeZbTS98XfzLvhhElwU57CY20cqZ0ejJ/dck2Mb+QUOY77XBTZNFJbAjc/eLA6B gPkx1mU9IpOWrSvLS3l1wj2bM38noXvRc+/MfbIE= From: "cvs-commit at gcc dot gnu.org" To: libc-locales@sourceware.org Subject: [Bug localedata/31239] anp_IN locale: abbreviated month names are the same as the full month names Date: Mon, 15 Jan 2024 23:17:14 +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.39 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: maiku.fabian at gmail dot com 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=3D31239 --- Comment #1 from Sourceware Commits --- The master branch has been updated by Mike Fabian : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D9d2703c109791d1ff0b= f1f611b0b78f1703f51eb commit 9d2703c109791d1ff0bf1f611b0b78f1703f51eb Author: Mike FABIAN Date: Mon Jan 15 23:12:48 2024 +0100 localedata: anp_IN: Fix abbreviated month names Resolves: BZ # 31239 The correct abbreviated month names were apparently given in the comment above `abmon`. But the value of `abmon` was apparently just copied from the value of `= mon` and this mistake was hard to see because code point notation was used. A= fter converting to UTF-8 it was obvious that there was apparently a copy and paste mist= ake. --=20 You are receiving this mail because: You are on the CC list for the bug.=