From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40634 invoked by alias); 23 Dec 2019 22:52:54 -0000 Mailing-List: contact glibc-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: glibc-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 40590 invoked by uid 10177); 23 Dec 2019 22:52:54 -0000 Date: Mon, 23 Dec 2019 22:52:00 -0000 Message-ID: <20191223225254.40588.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Rafal Luzynski To: glibc-cvs@sourceware.org Subject: [glibc] mnw_MM, my_MM, and shn_MM locales: Do not use %Op X-Act-Checkin: glibc X-Git-Author: =?utf-8?b?UmFmYcWCIEx1xbx5xYRza2k=?= X-Git-Refname: refs/heads/master X-Git-Oldrev: f8cd1020817fd6b69446b4308b496de999934ef8 X-Git-Newrev: b8c210bcc74840d24c61d39bde15bea9daf3e271 X-SW-Source: 2019-q4/txt/msg00649.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b8c210bcc74840d24c61d39bde15bea9daf3e271 commit b8c210bcc74840d24c61d39bde15bea9daf3e271 Author: Rafał Lużyński Date: Thu Dec 19 21:57:55 2019 +0100 mnw_MM, my_MM, and shn_MM locales: Do not use %Op The "O" modifier does nothing when used with "%p" so let's better not use it at all and replace "%Op" with "%p". Diff: --- localedata/locales/mnw_MM | 2 +- localedata/locales/my_MM | 2 +- localedata/locales/shn_MM | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/localedata/locales/mnw_MM b/localedata/locales/mnw_MM index 2f089cd..04765ec 100644 --- a/localedata/locales/mnw_MM +++ b/localedata/locales/mnw_MM @@ -100,7 +100,7 @@ abday "";/ "";/ "" week 7;19971130;1 -d_t_fmt "%OC%Oy %b %Od %A %OI:%OM:%OS %Op %Z" +d_t_fmt "%OC%Oy %b %Od %A %OI:%OM:%OS %p %Z" d_fmt "%OC%Oy %b %Od %A" t_fmt "%OI:%OM:%OS %p" % ဂယး, တ္ၚဲစေၚ် diff --git a/localedata/locales/my_MM b/localedata/locales/my_MM index 8463632..19e39ab 100644 --- a/localedata/locales/my_MM +++ b/localedata/locales/my_MM @@ -155,7 +155,7 @@ mon "";/ "" am_pm "";"" -d_t_fmt "%OC%Oy %b %Od %A %OI:%OM:%OS %Op %Z" +d_t_fmt "%OC%Oy %b %Od %A %OI:%OM:%OS %p %Z" % Note: the use of %OC requires a patch to strftime_l.h d_fmt "%OC%Oy %b %Od %A" t_fmt "%OI:%OM:%OS %p" diff --git a/localedata/locales/shn_MM b/localedata/locales/shn_MM index a837f5f..69ac112 100644 --- a/localedata/locales/shn_MM +++ b/localedata/locales/shn_MM @@ -140,8 +140,8 @@ mon "";/ "" am_pm "";"" -d_t_fmt "%OC%Oy %b %Od %A %OI:%OM:%OS %Op %Z" -% Note: the Use of %OC reqUires a patch to strftime_l.h +d_t_fmt "%OC%Oy %b %Od %A %OI:%OM:%OS %p %Z" +% Note: the use of %OC requires a patch to strftime_l.h d_fmt "%OC%Oy %b %Od %A" t_fmt "%OH:%OM:%OS %p" t_fmt_ampm "%OI:%OM:%OS %p"