public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [PATCH][BZ 17692] da_DK: Change currency_symbol from "kr" to "kr."
@ 2015-02-18 15:20 Christian Schmidt
  2015-04-13  5:15 ` Siddhesh Poyarekar
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Schmidt @ 2015-02-18 15:20 UTC (permalink / raw)
  To: libc-locales; +Cc: siddhesh

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

https://sourceware.org/bugzilla/show_bug.cgi?id=17692

The currency_symbol for da_DK should be changed from "kr" to "kr." (i.e. with a trailing period).

"kr." is the official spelling[1,2] according to Retskrivningsordbogen[3] published by the Danish Language Council (Dansk Sprognævn) that is the official regulatory body of the Danish language.

"kr" is sometimes used informally, but I believe "kr." is much more widespread. To get an impression, see e.g. [4].


AFAICT "kr" is the preferred spelling in Norway[5] and Sweden[6]. Perhaps this is how "kr" made its way into da_DK also (it has been unchanged since da_DK was added to Git/CVS in 1997).


Kind regards,
Christian Schmidt


[1] http://sproget.dk/lookup?SearchableText=kr
[2] http://sproget.dk/raad-og-regler/retskrivningsregler/retskrivningsregler/a7-40-60/a7-41-43-punktum/a7-42-forkortelsespunktum/
[3] https://en.wikipedia.org/wiki/Retskrivningsordbogen
[4] https://www.google.dk/search?q=priser+kr+site:dk
[5] http://www.korrekturavdelingen.no/K4Forkortelser.htm
[6] http://www.regeringen.se/content/1/c6/13/15/83/7be35768.pdf#page=55




[-- Attachment #2: bz-17692.diff --]
[-- Type: application/octet-stream, Size: 782 bytes --]

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 1636e52..b9bc6e7 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-09  Christian Schmidt <glibc@chsc.dk>
+
+	[BZ #17692]
+	* locales/da_DK: Update currency_symbol.
+
 2014-12-01  Pravin Satpute <psatpute@redhat.com>
 
 	[BZ #16857]
diff --git a/localedata/locales/da_DK b/localedata/locales/da_DK
index a956b51..c5024a4 100644
--- a/localedata/locales/da_DK
+++ b/localedata/locales/da_DK
@@ -149,7 +149,7 @@ END LC_CTYPE
 
 LC_MONETARY
 int_curr_symbol         "<U0044><U004B><U004B><U0020>"
-currency_symbol         "<U006B><U0072>"
+currency_symbol         "<U006B><U0072><U002E>"
 mon_decimal_point       "<U002C>"
 mon_thousands_sep       "<U002E>"
 mon_grouping            3;3

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

end of thread, other threads:[~2015-04-13 11:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-18 15:20 [PATCH][BZ 17692] da_DK: Change currency_symbol from "kr" to "kr." Christian Schmidt
2015-04-13  5:15 ` Siddhesh Poyarekar
2015-04-13  5:44   ` Marko Myllynen
2015-04-13  5:59     ` Marko Myllynen
2015-04-13 11:04       ` Siddhesh Poyarekar

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).