You are here

public function FeedsExBase::setMultibyte in Feeds extensible parsers 7.2

Sets the multibyte handling.

@internal Used only during testing to force handling.

Parameters

bool $is_multibyte: Whether this parser should assume multibyte handling exists.

File

src/FeedsExBase.inc, line 798
Contains FeedsExBase.

Class

FeedsExBase
The Feeds extensible parser.

Code

public function setMultibyte($is_multibyte) {
  $this->isMultibyte = (bool) $is_multibyte;
}