localedata: Convert day names in nn_NO locale to UTF-8

This commit is contained in:
Mike FABIAN 2023-12-05 20:22:36 +01:00
parent ff25f355af
commit 958478889c
1 changed files with 2 additions and 2 deletions

View File

@ -81,14 +81,14 @@ LC_TIME
% for IBM Class for Unicode/Java % for IBM Class for Unicode/Java
% %
% Abbreviated weekday names (%a) % Abbreviated weekday names (%a)
abday "su.";"m<U00E5>.";/ abday "su.";"må.";/
"ty.";"on.";/ "ty.";"on.";/
"to.";"fr.";/ "to.";"fr.";/
"la." "la."
% %
% Full weekday names (%A) % Full weekday names (%A)
day "sundag";/ day "sundag";/
"m<U00E5>ndag";/ "måndag";/
"tysdag";/ "tysdag";/
"onsdag";/ "onsdag";/
"torsdag";/ "torsdag";/