--- modules/aggregator.module	2004-03-25 21:16:03.000000000 +0100
+++ modules/aggregator.module.new	2004-04-12 13:30:16.000000000 +0200
@@ -1,5 +1,6 @@
 <?php
 /* $Id: aggregator.module,v 1.165.2.1 2004/03/25 20:14:32 dries Exp $ */
+/* vim: set expandtab tabstop=2 shiftwidth=2 syntax=php: */
 
 function aggregator_help($section) {
   switch ($section) {
@@ -455,7 +456,7 @@
       $entry = db_fetch_object(db_query("SELECT iid FROM {item} WHERE fid = %d AND title = '%s'", $feed["fid"], $title));
     }
 
-    aggregator_save_item(array('iid' => $entry->iid, 'fid' => $feed["fid"], 'timestamp' => $timestamp, 'title' => $title, 'link' => $link, 'author' => $item["AUTHOR"], 'description' => $item["DESCRIPTION"], 'attributes' => $feed["attributes"]));
+    aggregator_save_item(array('iid' => $entry->iid, 'fid' => $feed["fid"], 'timestamp' => $timestamp, 'title' => $title, 'link' => $link, 'author' => $item["AUTHOR"], 'description' => utf8_encode($item["DESCRIPTION"]), 'attributes' => $feed["attributes"]));
   }
 
   /*
