On Wed, 24 Oct 2007 09:34:52 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
select_lang.lib.php#346:
$convcharset = isset($GLOBALS['cfg']['DefaultCharset']) ? $GLOBALS['cfg']['DefaultCharset'] : 'en-utf-8';
shouldn't this be 'utf-8' without 'en'?
Shouldn't cfg be always set since we're using default config stuff?