From f5d1124575c09dfb4df468363a09b17b88e600b6 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 17 Jan 2006 00:51:34 +0000 Subject: [PATCH] Plugin update from Skippy, fixes #2251 git-svn-id: https://develop.svn.wordpress.org/trunk@3447 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/plugins/wp-db-backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/plugins/wp-db-backup.php b/wp-content/plugins/wp-db-backup.php index 21b677f285..d8d714217a 100644 --- a/wp-content/plugins/wp-db-backup.php +++ b/wp-content/plugins/wp-db-backup.php @@ -645,7 +645,7 @@ class wpdbBackup { // Add a multipart boundary above the plain message $message = "This is a multi-part message in MIME format.\n\n" . "--{$boundary}\n" . - "Content-Type: text/plain; charset=\"iso-8859-1\"\n" . + "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message . "\n\n";