I have modified the php.ini file shown in the Loaded Configuration File value of phpinfo() to set the default_charset to UTF-8:
default_charset = "UTF-8"
However, when I re-run the phpinfo(), I see no change whatsoever. What else do I need to do to make sure this thing gets set?