]> sourceware.org Git - glibc.git/commitdiff
mfe_MU, miq_NI locales: Escape slashes in d_fmt [BZ #22403]
authorMike FABIAN <mfabian@redhat.com>
Tue, 7 Nov 2017 13:24:51 +0000 (14:24 +0100)
committerMike FABIAN <mfabian@redhat.com>
Tue, 7 Nov 2017 14:28:59 +0000 (15:28 +0100)
[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.

ChangeLog
localedata/locales/mfe_MU
localedata/locales/miq_NI

index a75c9a2527688f7d6d9072d3a063c231eadb0095..fcc077eb8ba0e1400adf48b82dca03852f289824 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-11-07  Mike FABIAN  <mfabian@redhat.com>
+
+       [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 <claude@2xlibre.net>
 
        [BZ #22403]
index efc337623c186e071868f53f585aae5610f28210..7415e9250fb78d500b0b90221f5b8470c7eb2719 100644 (file)
@@ -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"
index 8109a46ead2ccd60b1a3b70fd70095ce85a68a2b..c79c5f701ca6baecaccac3212e0cdac3e79750e8 100644 (file)
@@ -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
This page took 0.082402 seconds and 5 git commands to generate.