This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH COMMITTED] km_KH locale: Use "%M" instead of "m" in d_t_fmt (bug 25323)
- From: Rafal Luzynski <digitalfreak at lingonborough dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>
- Date: Mon, 30 Dec 2019 11:52:47 +0100 (CET)
- Subject: [PATCH COMMITTED] km_KH locale: Use "%M" instead of "m" in d_t_fmt (bug 25323)
From: =?UTF-8?q?Rafa=C5=82=20Lu=C5=BCy=C5=84ski?=
<digitalfreak@lingonborough.com>
Date: Mon, 30 Dec 2019 11:28:37 +0100
A quick analysis suggests that the original author meant "%M" (minutes
format specifier) instead of "m" which is just a literal "m" letter.
---
localedata/locales/km_KH | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/localedata/locales/km_KH b/localedata/locales/km_KH
index 0d8c9ce78d..ef9d8d7f6b 100644
--- a/localedata/locales/km_KH
+++ b/localedata/locales/km_KH
@@ -961,7 +961,7 @@ mon "<U1798><U1780><U179A><U17B6>";/
"<U179C><U17B7><U1785><U17D2><U1786><U17B7><U1780><U17B6>";/
"<U1792><U17D2><U1793><U17BC>"
-d_t_fmt "%A <U1790><U17D2><U1784><U17C3> %e <U1781><U17C2> %B
<U1786><U17D2><U1793><U17B6><U17C6> %Y, %H <U1798><U17C9><U17C4><U1784> m
<U1793><U17B6><U1791><U17B8> %S
<U179C><U17B7><U1793><U17B6><U1791><U17B8><U200B>"
+d_t_fmt "%A <U1790><U17D2><U1784><U17C3> %e <U1781><U17C2> %B
<U1786><U17D2><U1793><U17B6><U17C6> %Y, %H <U1798><U17C9><U17C4><U1784> %M
<U1793><U17B6><U1791><U17B8> %S
<U179C><U17B7><U1793><U17B6><U1791><U17B8><U200B>"
d_fmt "%e %B %Y"
--
2.21.0