protected static property TextEncoder::$utf8Compatible in Feeds extensible parsers 8
The set of encodings compatible with UTF-8.
Type: array
File
- src/
Encoder/ TextEncoder.php, line 25
Class
- TextEncoder
- Generic text encoder.
Namespace
Drupal\feeds_ex\EncoderCode
protected static $utf8Compatible = [
'utf-8',
'utf8',
'us-ascii',
'ascii',
];