CaRP Evolution Documentation
CaRP Evolution Documentation
twitter youtube linkedin google-plus
CaRP Evolution Box
Web This Site

CaRP: Caching RSS Parser - Documentation


CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates

Encoding Conversion Failed


Donald Trump 'I'm With Stupid' T-Shirt

Explanation


CaRP attempted to transcode the feed or output data using "iconv" (beginning with version 4.0.5, "mb_convert_encoding" is also supported), but the attempt failed.

PHP's internal XML parser supports three encodings: UTF-8, ISO-8859-1 and US-ASCII. When the encoding of the feed or your desired output encoding is not one of those three, CaRP uses the iconv library (or beginning with version 4.0.5, mb_convert_encoding) to "transcode", or convert, the data from one encoding to another.

Causes and Solutions


How can I turn error reporting off?
How can I stop error messages from linking to this page?