]> git.mxchange.org Git - mailer.git/commitdiff
Fixed for bad encoding handling in RDF/RSS parser class
authorRoland Häder <roland@mxchange.org>
Wed, 25 Aug 2010 17:04:59 +0000 (17:04 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 25 Aug 2010 17:04:59 +0000 (17:04 +0000)
inc/classes/rdf.class.php

index 9c9a0a2ff0d5ee108ad9784a3158de2ef9999a5d..da82f0349f97f260bf7a6073530b53b80bce7676 100644 (file)
@@ -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
         *
         * "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
         */
         *
         * @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
 
        /**
         * If $_link_target is set a target='xxx' attribute in each <a /> and <form accept-charset="utf-8" /> html tag will be added