]>
Commit | Line | Data |
---|---|---|
0669aec0 | 1 | --- a/src/deliver.c |
2 | +++ b/src/deliver.c | |
f64bbe98 | 3 | @@ -5696,7 +5696,7 @@ |
4 | ||
5 | /* output human readable part as text/plain section */ | |
6 | fprintf(fp, "--%s\n" | |
7 | - "Content-type: text/plain; charset=us-ascii\n\n", | |
8 | + "Content-type: text/plain; charset=utf-8\n\n", | |
9 | bound); | |
10 | ||
11 | if ((emf_text = next_emf(emf, US"intro"))) | |
12 | @@ -6066,7 +6066,7 @@ | |
13 | ||
14 | /* output human readable part as text/plain section */ | |
15 | fprintf(f, "--%s\n" | |
16 | - "Content-type: text/plain; charset=us-ascii\n\n", | |
17 | + "Content-type: text/plain; charset=utf-8\n\n", | |
18 | bound); | |
19 | ||
20 | if ((wmf_text = next_emf(wmf, US"intro"))) | |
21 | @@ -6281,7 +6281,7 @@ | |
0669aec0 | 22 | "MIME-Version: 1.0\n\n" |
23 | ||
24 | "--%s\n" | |
25 | - "Content-type: text/plain; charset=us-ascii\n\n" | |
26 | + "Content-type: text/plain; charset=utf-8\n\n" | |
27 | ||
28 | "This message was created automatically by mail delivery software.\n" | |
29 | " ----- The following addresses had successful delivery notifications -----\n", |