*** empty log message ***
diff --git a/europareviews.php b/europareviews.php
index fc546b1..107ecaf 100644
--- a/europareviews.php
+++ b/europareviews.php
@@ -70,11 +70,11 @@
         $float = "right";
        	while ($i < $counter)
        	{
-       		$title = trim($reviewsCatalog[$i][0]);
-       		$link = $reviewsCatalog[$i][1];
-       		$author = $reviewsCatalog[$i][2];
-       		$date = $reviewsCatalog[$i][3];
-       		$language = $reviewsCatalog[$i][4];
+       		$title = mb_convert_encoding(trim($reviewsCatalog[$i][0]), "HTML-ENTITIES", "auto");
+       		$link = mb_convert_encoding($reviewsCatalog[$i][1], "HTML-ENTITIES", "auto");
+       		$author = mb_convert_encoding($reviewsCatalog[$i][2], "HTML-ENTITIES", "auto");
+       		$date = mb_convert_encoding($reviewsCatalog[$i][3], "HTML-ENTITIES", "auto");
+       		$language = mb_convert_encoding($reviewsCatalog[$i][4], "HTML-ENTITIES", "auto");
        		$shortDesc = mb_convert_encoding($reviewsCatalog[$i][5], "HTML-ENTITIES", "auto");
        		?>
 		       		<tr>