Open iio7 opened 3 years ago
Also, as documented, the default charset for PHP 5.6 and onwards is already set for "UTF-8". All the md_
options, as long as they are unset, are UTF-8.
If at all necessary to address this issue, the advice should be to make sure that the default value of default_charset
is set to "UTF-8" in php.ini
, and then only use mb_internal_encoding
if you haven't got access to php.ini
.
The advice given is that:
However, I feel that this is wrong. People need to setup php correctly to support UTF-8, not changing config at runtime.