forked from github/server
Merge pull request #615 from ennorehling/utf8-uppercase
CR: encoding UTF-8 statt utf-8.
This commit is contained in:
commit
06d9604355
|
@ -1497,7 +1497,7 @@ report_computer(const char *filename, report_context * ctx, const char *bom)
|
||||||
/* initialisations, header and lists */
|
/* initialisations, header and lists */
|
||||||
|
|
||||||
fprintf(F, "VERSION %d\n", C_REPORT_VERSION);
|
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));
|
locale_name(f->locale));
|
||||||
fprintf(F, "%d;noskillpoints\n", 1);
|
fprintf(F, "%d;noskillpoints\n", 1);
|
||||||
fprintf(F, "%lld;date\n", (long long)ctx->report_time);
|
fprintf(F, "%lld;date\n", (long long)ctx->report_time);
|
||||||
|
|
Loading…
Reference in New Issue