If I wrote a new php file and included echo "current mb_internal_encoding: ".mb_internal_encoding()
, where would the output value come from? How is this “solved” / how is it regulated?
Background: I wrote a web application where, as I thought, I did everything to install the whole site on utf-8 and found that I still need to set this value manually ...
source share