public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/31239] New: anp_IN locale: abbreviated month names are the same as the full month names
@ 2024-01-12 14:52 maiku.fabian at gmail dot com
  2024-01-12 14:52 ` [Bug localedata/31239] " maiku.fabian at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-01-12 14:52 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31239

            Bug ID: 31239
           Summary: anp_IN locale: abbreviated month names are the same as
                    the full month names
           Product: glibc
           Version: 2.39
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: maiku.fabian at gmail dot com
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

%
% Abbreviated month names (%b)
% जन; फर; मार्च; अप्रै; मई; जून; जुल; अग; सित; अक्टू; नव; दिस
abmon           "जनवरी";/
     "फरवरी";/
     "मार्च";/
     "अप्रैल";/
     "मई";/
     "जून";/
     "जुलाई";/
     "अगस्त";/
     "सितंबर";/
     "अक्टूबर";/
     "नवंबर";/
     "दिसंबर"
%
% Full month names (%B)
% जनवरी; फरवरी; मार्च; अप्रैल; मई; जून; जुलाई; अगस्त; सितंबर; अक्टूबर; नवंबर; दिसंबर
mon           "जनवरी";/
     "फरवरी";/
     "मार्च";/
     "अप्रैल";/
     "मई";/
     "जून";/
     "जुलाई";/
     "अगस्त";/
     "सितंबर";/
     "अक्टूबर";/
     "नवंबर";/
     "दिसंबर"%

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug localedata/31239] anp_IN locale: abbreviated month names are the same as the full month names
  2024-01-12 14:52 [Bug localedata/31239] New: anp_IN locale: abbreviated month names are the same as the full month names maiku.fabian at gmail dot com
@ 2024-01-12 14:52 ` maiku.fabian at gmail dot com
  2024-01-15 23:17 ` cvs-commit at gcc dot gnu.org
  2024-01-15 23:18 ` maiku.fabian at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-01-12 14:52 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31239

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |maiku.fabian at gmail dot com
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug localedata/31239] anp_IN locale: abbreviated month names are the same as the full month names
  2024-01-12 14:52 [Bug localedata/31239] New: anp_IN locale: abbreviated month names are the same as the full month names maiku.fabian at gmail dot com
  2024-01-12 14:52 ` [Bug localedata/31239] " maiku.fabian at gmail dot com
@ 2024-01-15 23:17 ` cvs-commit at gcc dot gnu.org
  2024-01-15 23:18 ` maiku.fabian at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-15 23:17 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31239

--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mike Fabian <mfabian@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9d2703c109791d1ff0bf1f611b0b78f1703f51eb

commit 9d2703c109791d1ff0bf1f611b0b78f1703f51eb
Author: Mike FABIAN <mfabian@redhat.com>
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 <Uxxxx> was used. After
converting
    to UTF-8 it was obvious that there was apparently a copy and paste mistake.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug localedata/31239] anp_IN locale: abbreviated month names are the same as the full month names
  2024-01-12 14:52 [Bug localedata/31239] New: anp_IN locale: abbreviated month names are the same as the full month names maiku.fabian at gmail dot com
  2024-01-12 14:52 ` [Bug localedata/31239] " maiku.fabian at gmail dot com
  2024-01-15 23:17 ` cvs-commit at gcc dot gnu.org
@ 2024-01-15 23:18 ` maiku.fabian at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-01-15 23:18 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=31239

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.39
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Fixed in glibc master.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-15 23:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-12 14:52 [Bug localedata/31239] New: anp_IN locale: abbreviated month names are the same as the full month names maiku.fabian at gmail dot com
2024-01-12 14:52 ` [Bug localedata/31239] " maiku.fabian at gmail dot com
2024-01-15 23:17 ` cvs-commit at gcc dot gnu.org
2024-01-15 23:18 ` maiku.fabian at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).