Hi!

We've been plagued by ISO to UTF-8 issues as we have been using UBB.Threads since 2002. Current installs still contain a mix of ISO and UTF-8 character sets. I've been editing files for years now, and I was wondering if there would be a chance to get rid of this issue once and for all, especially as I see some things are being consolidated and it means I've had a hard time finding the new places or different ways things are set. I've figured it out for some of the stuff, mainly:


adding
header('Content-type: text/html; charset=ISO-8859-1');
to admin.inc.php

Setting
$ubbt_lang['CHARSET'] = "ISO-8859-1";
in the language configs

Setting a HTML header in our outer wrapper


But this was after a lot of trying to move the database to UTF-8 format which didn't work.

I can still see stuff happening in the mailers, stating ISO formats so I'm really puzzled a bit by how this will all keep working.