Index: trunk/extensions/SemanticWatchlist/includes/SWL_Emailer.php |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | } |
87 | 87 | |
88 | 88 | $to = new MailAddress( $this ); |
89 | | - return UserMailer::send( $to, $sender, $subject, $body, $replyto, 'text/html; charset=UTF-8' ); |
| 89 | + return UserMailer::send( $to, $sender, $subject, $body, $replyto, 'text/html; charset=ISO-8859-1' ); |
90 | 90 | } |
91 | 91 | |
92 | 92 | /** |