From: Roland Häder <roland@mxchange.org>
Date: Wed, 25 Aug 2010 17:04:59 +0000 (+0000)
Subject: Fixed for bad encoding handling in RDF/RSS parser class
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=63834c2a35794cec2dd7bd70678abf505b970f86;p=mailer.git

Fixed for bad encoding handling in RDF/RSS parser class
---

diff --git a/inc/classes/rdf.class.php b/inc/classes/rdf.class.php
index 9c9a0a2ff0..da82f0349f 100644
--- a/inc/classes/rdf.class.php
+++ b/inc/classes/rdf.class.php
@@ -68,11 +68,12 @@ class fase4_rdf {
 	 *
 	 * "htmlentities" - Use the function htmlentities()
 	 * "utf8_decode"  - Use the function ut8_decode() when you have UTF8 encoded text
+	 * <empty>        - Use non of both
 	 *
 	 * @access private
 	 * @var    string
 	 */
-	var $_decoding_mode = 'utf8_decode';
+	var $_decoding_mode = '';
 
 	/**
 	 * If $_link_target is set a target='xxx' attribute in each <a /> and <form accept-charset="utf-8" /> html tag will be added