should use configurable default charset
Status: Beta
Brought to you by:
tomsommer
To have configurable charset
add 1 line to config.php:
$config['charset'] = "utf-8"; // default charset
modify line around line 60:
echo chr(10) . chr(9) .'<meta http-equiv="Content-Type" content="text/html; charset='.$config['charset'].'">';
If anyone cares I made a hungarian translation...
paste this line right under the
,'en' => 'English' ,'hu' => 'Hungarian' // <- this is the new lang
Hungarian traslation