*** empty log message ***
diff --git a/fetch/demos.php b/fetch/demos.php
index 6b5b8d3..dbda818 100644
--- a/fetch/demos.php
+++ b/fetch/demos.php
@@ -20,7 +20,7 @@
 	
 	while ($rr = mysql_fetch_array($result))
 	{
-		$title = $rr['title'];
+		$title = mb_convert_encoding($rr['title'], "HTML-ENTITIES");
 		$format = $rr['format'];
 		$id = $rr['nid'];
 		$abstract = strip_tags($rr['abstract']);