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