From 1729f137debccead796d7732466c4681c07cbe2e Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 24 Jun 2007 12:51:16 +0000 Subject: [PATCH] charset-angabe im CR (always IDO-8859-1 right now) --- src/common/gamecode/creport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/gamecode/creport.c b/src/common/gamecode/creport.c index 2de05064d..2f427c5bf 100644 --- a/src/common/gamecode/creport.c +++ b/src/common/gamecode/creport.c @@ -1109,6 +1109,7 @@ report_computer(const char * filename, report_context * ctx) /* initialisations, header and lists */ fprintf(F, "VERSION %d\n", C_REPORT_VERSION); + fputs("\"ISO-8859-1\";charset\n", F); fprintf(F, "\"%s\";locale\n", locale_name(f->locale)); fprintf(F, "%d;noskillpoints\n", 1); fprintf(F, "%ld;date\n", ctx->report_time);