From 43e0bd29256753805aec60bcb0e754e348ba5c89 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 7 May 2021 17:08:58 +0200 Subject: [PATCH] Convert language-functions from ISO-8859 to UTF-8 Via `iconv -c -t UTF-8 ./language-functions > language-functions.new` Fixes lintian warning: | grml-autoconfig: national-encoding etc/grml/language-functions --- language-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language-functions b/language-functions index 3f4091f..b575f47 100644 --- a/language-functions +++ b/language-functions @@ -656,7 +656,7 @@ case "$LANGUAGE" in COUNTRY="no" LANG="nb_NO.UTF-8" LANGUAGE="no:nb_NO" - # Keytable "no*" is correct if æøå (the 3 final letters in the + # Keytable "no*" is correct if (the 3 final letters in the # norse alphabet) shows up as "a+e", "oslash" and "aring". # Otherwise try the other variants no-latin1 etc. KEYTABLE="no" -- 2.1.4