public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] localedata: Remove trailing whitespace in weekday names in nn_NO locale
@ 2023-12-05 19:29 Mike FABIAN
  2023-12-05 19:29 ` [PATCH 2/2] localedata: Convert day names in nn_NO locale to UTF-8 Mike FABIAN
  0 siblings, 1 reply; 2+ messages in thread
From: Mike FABIAN @ 2023-12-05 19:29 UTC (permalink / raw)
  To: libc-alpha; +Cc: Mike FABIAN

Resolves: BZ # 25868
---
 localedata/locales/nn_NO | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/localedata/locales/nn_NO b/localedata/locales/nn_NO
index c6a7bce279..1414e76eb9 100644
--- a/localedata/locales/nn_NO
+++ b/localedata/locales/nn_NO
@@ -87,13 +87,13 @@ abday       "su.";"m<U00E5>.";/
             "la."
 %
 % Full weekday names (%A)
-day         "sundag ";/
-            "m<U00E5>ndag ";/
-            "tysdag ";/
-            "onsdag ";/
-            "torsdag ";/
-            "fredag ";/
-            "laurdag "
+day         "sundag";/
+            "m<U00E5>ndag";/
+            "tysdag";/
+            "onsdag";/
+            "torsdag";/
+            "fredag";/
+            "laurdag"
 %
 % Abbreviated month names (%b)
 abmon       "jan.";"feb.";/
-- 
2.43.0


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

* [PATCH 2/2] localedata: Convert day names in nn_NO locale to UTF-8
  2023-12-05 19:29 [PATCH 1/2] localedata: Remove trailing whitespace in weekday names in nn_NO locale Mike FABIAN
@ 2023-12-05 19:29 ` Mike FABIAN
  0 siblings, 0 replies; 2+ messages in thread
From: Mike FABIAN @ 2023-12-05 19:29 UTC (permalink / raw)
  To: libc-alpha; +Cc: Mike FABIAN

---
 localedata/locales/nn_NO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/localedata/locales/nn_NO b/localedata/locales/nn_NO
index 1414e76eb9..f1a2637852 100644
--- a/localedata/locales/nn_NO
+++ b/localedata/locales/nn_NO
@@ -81,14 +81,14 @@ LC_TIME
 % for IBM Class for Unicode/Java
 %
 % Abbreviated weekday names (%a)
-abday       "su.";"m<U00E5>.";/
+abday       "su.";"må.";/
             "ty.";"on.";/
             "to.";"fr.";/
             "la."
 %
 % Full weekday names (%A)
 day         "sundag";/
-            "m<U00E5>ndag";/
+            "måndag";/
             "tysdag";/
             "onsdag";/
             "torsdag";/
-- 
2.43.0


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

end of thread, other threads:[~2023-12-05 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-05 19:29 [PATCH 1/2] localedata: Remove trailing whitespace in weekday names in nn_NO locale Mike FABIAN
2023-12-05 19:29 ` [PATCH 2/2] localedata: Convert day names in nn_NO locale to UTF-8 Mike FABIAN

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