forked from github/server
charset-angabe im CR (always IDO-8859-1 right now)
This commit is contained in:
parent
a5b7b13a6d
commit
1729f137de
|
@ -1109,6 +1109,7 @@ report_computer(const char * filename, report_context * ctx)
|
||||||
/* initialisations, header and lists */
|
/* initialisations, header and lists */
|
||||||
|
|
||||||
fprintf(F, "VERSION %d\n", C_REPORT_VERSION);
|
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, "\"%s\";locale\n", locale_name(f->locale));
|
||||||
fprintf(F, "%d;noskillpoints\n", 1);
|
fprintf(F, "%d;noskillpoints\n", 1);
|
||||||
fprintf(F, "%ld;date\n", ctx->report_time);
|
fprintf(F, "%ld;date\n", ctx->report_time);
|
||||||
|
|
Loading…
Reference in New Issue