From 01233c4f82912ee65b86d7c57b4b1b5e0326faf8 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 5 Dec 2016 07:54:43 +0100 Subject: [PATCH] =?UTF-8?q?UTF-8=20statt=20utf-8.=20Auf=20besonderen=20Wun?= =?UTF-8?q?sch=20werden=20einheitlich=20Gro=C3=9Fbuchstaben=20verwendet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/creport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/creport.c b/src/creport.c index c05377e2e..eeb2a1202 100644 --- a/src/creport.c +++ b/src/creport.c @@ -1497,7 +1497,7 @@ report_computer(const char *filename, report_context * ctx, const char *bom) /* initialisations, header and lists */ fprintf(F, "VERSION %d\n", C_REPORT_VERSION); - fprintf(F, "\"utf-8\";charset\n\"%s\";locale\n", + fprintf(F, "\"UTF-8\";charset\n\"%s\";locale\n", locale_name(f->locale)); fprintf(F, "%d;noskillpoints\n", 1); fprintf(F, "%lld;date\n", (long long)ctx->report_time);