From a3b3902c538458643f0c65381a3e246c745e6aa3 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 17 Jan 2006 00:51:34 +0000 Subject: [PATCH] Plugin update from Skippy, fixes #2251 git-svn-id: http://svn.automattic.com/wordpress/trunk@3447 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 21b677f28..d8d714217 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";