From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50833 invoked by alias); 15 Mar 2019 10:39:42 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 50762 invoked by uid 48); 15 Mar 2019 10:39:38 -0000 From: "felixonmars at gmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/24293] Missing Minguo calendar support for TW locales Date: Fri, 15 Mar 2019 10:39: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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: felixonmars at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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 X-SW-Source: 2019-q1/txt/msg00075.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24293 --- Comment #7 from Felix Yan --- I just took a look at the era parts of other locales. In ja_JP, the charact= er is also defined in era. In my understanding needs to be pre= sent for %EY to be complete. I guess I'll need to add era_d_fmt and era_d_t_fmt lines but keep in era, so %Ec would work as expected. @Rafal One thing I would like to ask is, should we use %-EY instead of %EY here in= the era_d_fmt/era_d_t_fmt lines to get rid of the zero padding added in glibc 2= .29? If so I'll submit a patch for ja_JP too. --=20 You are receiving this mail because: You are on the CC list for the bug.