I checked the devel too and these files still have "iso-8859-1" hardcoded
keyword_select.php
stat_details.php
xp_publish.php
include/mailer.inc.php
Fixed & committed to stable & devel: keyword_select.php, stat_details.php, xp_publish.php.
I didn't want to play with include/mailer.inc.php since I cannot test it.
There is no need to change the charset in include/mailer.inc.php.
I was wondering if that were true. The hardcoded iso-8859-1 is just the default it seems. It isn't used because $charset is then pulled from the correct place in the object instance. Correct?
Yeah, the proper charset is specified when we use the object.