From: Mike FABIAN Date: Tue, 7 Nov 2017 13:24:51 +0000 (+0100) Subject: mfe_MU, miq_NI locales: Escape slashes in d_fmt [BZ #22403] X-Git-Tag: glibc-2.27~520 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd0cbb8cf40f0fd250e0c5cf9bf575a37287a49;p=thirdparty%2Fglibc.git mfe_MU, miq_NI locales: Escape slashes in d_fmt [BZ #22403] [BZ #22403] * localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs to be escaped. * localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs to be escaped. --- diff --git a/ChangeLog b/ChangeLog index a75c9a25276..fcc077eb8ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-11-07 Mike FABIAN + + [BZ #22403] + * localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs + to be escaped. + * localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs + to be escaped. + 2017-11-07 Claude Paroz [BZ #22403] diff --git a/localedata/locales/mfe_MU b/localedata/locales/mfe_MU index efc337623c1..7415e9250fb 100644 --- a/localedata/locales/mfe_MU +++ b/localedata/locales/mfe_MU @@ -91,7 +91,7 @@ mon "zanvie";/ "desam" % d_t_fmt "%a %d %b %Y %T %Z" -d_fmt "%d/%m/%y" +d_fmt "%d//%m//%y" t_fmt "%T" am_pm "AM";"PM" t_fmt_ampm "%l:%M:%S %P %Z" diff --git a/localedata/locales/miq_NI b/localedata/locales/miq_NI index 8109a46ead2..c79c5f701ca 100644 --- a/localedata/locales/miq_NI +++ b/localedata/locales/miq_NI @@ -116,7 +116,7 @@ d_t_fmt "%a %d %b %Y %T %Z" % Date representation to be referenced by the "%x" field descriptor - % day/month/year as decimal numbers (01/01/2000). -d_fmt "%d/%m/%y" +d_fmt "%d//%m//%y" % Time representation to be referenced by the "%X" field descriptor - % 24-hour clock time in format HH:MM:SS