charset-angabe im CR (always IDO-8859-1 right now)

This commit is contained in:
Enno Rehling 2007-06-24 12:51:16 +00:00
parent a5b7b13a6d
commit 1729f137de
1 changed files with 1 additions and 0 deletions

View File

@ -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);