-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.0-dev, 3.1.0-a2
-
None
-
None
According to the description for the $multibyte parameter, the default value should be false (as is the case with variable()):
* @param bool $multibyte If $default is a string this paramater has to be true if the variable may contain any UTF-8 characters
|
* Default is false, causing all bytes outside the ASCII range (0-127) to be replaced with question marks
|