protected static property FeedsExTextEncoder::$utf8Compatible in Feeds extensible parsers 7
The set of encodings compatible with UTF-8.
Type: array
File
- src/Text/ Utility.php, line 72 
- Contains FeedsExEncoderInterface and FeedsExTextEncoder.
Class
- FeedsExTextEncoder
- Generic text encoder.
Code
protected static $utf8Compatible = array(
  'utf-8',
  'utf8',
  'us-ascii',
  'ascii',
);