Title: RSS reader: /wp-pipes/includes/string/string.php on line 29
Last modified: August 30, 2016

---

# RSS reader: /wp-pipes/includes/string/string.php on line 29

 *  [Alex Gahr](https://wordpress.org/support/users/alex-gahr/)
 * (@alex-gahr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/rss-reader-wp-pipesincludesstringstringphp-on-line-29/)
 * Hi Tung Pham
 * First, thanks for the good work. I hope I can say the same for mine :o)
 * When I put the source to “RSS reader” I get this mesaage on the top of the URL
   input field:
 * Deprecated: iconv_set_encoding(): Use of iconv.internal_encoding is deprecated
   in ../wp-content/plugins/wp-pipes/includes/string/string.php on line 27
    Deprecated:
   iconv_set_encoding(): Use of iconv.input_encoding is deprecated in ../wp-content/
   plugins/wp-pipes/includes/string/string.php on line 28 Deprecated: iconv_set_encoding():
   Use of iconv.output_encoding is deprecated in ../wp-content/plugins/wp-pipes/
   includes/string/string.php on line 29
 * I think I need your assistance terribly, please.
 * Thank you in advance,
    Alex Gahr
 * [https://wordpress.org/plugins/wp-pipes/](https://wordpress.org/plugins/wp-pipes/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Alex Gahr](https://wordpress.org/support/users/alex-gahr/)
 * (@alex-gahr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/rss-reader-wp-pipesincludesstringstringphp-on-line-29/#post-6606659)
 * And these are the lines in string.php:
 *  iconv_set_encoding(“internal_encoding”, “UTF-8”);
    iconv_set_encoding(“input_encoding”,“
   UTF-8”); iconv_set_encoding(“output_encoding”, “UTF-8”);
 *  Plugin Contributor [Tung Pham](https://wordpress.org/support/users/phamtungpth/)
 * (@phamtungpth)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/rss-reader-wp-pipesincludesstringstringphp-on-line-29/#post-6606752)
 * Hi Alex,
 * Please try to add this code
 *     ```
       elseif (PHP_VERSION_ID >= 50600)
       {
       	ini_set('default_charset', 'UTF-8');
       }
       ```
   
 * at line#31 of that file.
 * Best Regards!
 *  Thread Starter [Alex Gahr](https://wordpress.org/support/users/alex-gahr/)
 * (@alex-gahr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/rss-reader-wp-pipesincludesstringstringphp-on-line-29/#post-6606765)
 * Hi Tung
 * Thank you for your prompt reply! I appreciate that.
    I put the code in the line
   31 of string.php and I get this notice:
 * Deprecated: iconv_set_encoding(): Use of iconv.internal_encoding is deprecated
   in ../wp-pipes/includes/string/string.php on line 27 Deprecated: iconv_set_encoding():
   Use of iconv.input_encoding is deprecated in /../wp-pipes/includes/string/string.
   php on line 28 Deprecated: iconv_set_encoding(): Use of iconv.output_encoding
   is deprecated in ../wp-pipes/includes/string/string.php on line 29
 *  Plugin Contributor [Tung Pham](https://wordpress.org/support/users/phamtungpth/)
 * (@phamtungpth)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/rss-reader-wp-pipesincludesstringstringphp-on-line-29/#post-6606790)
 * Hi Alex,
 * It is so strange. I followed this [http://www.templatemonster.com/help/joomla-troubleshooter-how-to-deal-with-deprecated-function-iconv_set_encoding-error.html](http://www.templatemonster.com/help/joomla-troubleshooter-how-to-deal-with-deprecated-function-iconv_set_encoding-error.html)
   and it works.
 * Best Regards!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘RSS reader: /wp-pipes/includes/string/string.php on line 29’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-pipes_baebe7.svg)
 * [WP Pipes](https://wordpress.org/plugins/wp-pipes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-pipes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-pipes/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-pipes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-pipes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-pipes/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Tung Pham](https://wordpress.org/support/users/phamtungpth/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/rss-reader-wp-pipesincludesstringstringphp-on-line-29/#post-6606790)
 * Status: not resolved