public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] localedata: lt_LT: use hyphens in d_fmt [BZ #20497]
@ 2016-08-21 11:40 Ernestas Kulik
  2016-08-24 20:09 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Ernestas Kulik @ 2016-08-21 11:40 UTC (permalink / raw)
  To: libc-alpha; +Cc: Ernestas Kulik

The standard currently in effect (LST ISO 8601:1997) mandates the use of
hyphens (as opposed to full stops, currently) in date formats.
---
 localedata/locales/lt_LT | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localedata/locales/lt_LT b/localedata/locales/lt_LT
index 78ed64c..e36a895 100644
--- a/localedata/locales/lt_LT
+++ b/localedata/locales/lt_LT
@@ -2188,7 +2188,7 @@ mon       "<U0073><U0061><U0075><U0073><U0069><U006F>";/
           "<U006C><U0061><U0070><U006B><U0072><U0069><U010D><U0069><U006F>";/
           "<U0067><U0072><U0075><U006F><U0064><U017E><U0069><U006F>"
 d_t_fmt   "<U0025><U0059><U0020><U006D><U002E><U0020><U0025><U0042><U0020><U0025><U0064><U0020><U0064><U002E><U0020><U0025><U0054>"
-d_fmt     "<U0025><U0059><U002E><U0025><U006D><U002E><U0025><U0064>"
+d_fmt     "<U0025><U0059><U002D><U0025><U006D><U002D><U0025><U0064>"
 t_fmt     "<U0025><U0054>"
 am_pm     "";""
 t_fmt_ampm ""
-- 
2.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] localedata: lt_LT: use hyphens in d_fmt [BZ #20497]
  2016-08-21 11:40 [PATCH] localedata: lt_LT: use hyphens in d_fmt [BZ #20497] Ernestas Kulik
@ 2016-08-24 20:09 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2016-08-24 20:09 UTC (permalink / raw)
  To: Ernestas Kulik; +Cc: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

On 21 Aug 2016 14:39, Ernestas Kulik wrote:
> The standard currently in effect (LST ISO 8601:1997) mandates the use of
> hyphens (as opposed to full stops, currently) in date formats.

looks like CLDR & wikipedia & MS agree, so merged!  thanks!
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-24 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-21 11:40 [PATCH] localedata: lt_LT: use hyphens in d_fmt [BZ #20497] Ernestas Kulik
2016-08-24 20:09 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).