Character encoding settings
Posted: Sat Aug 29, 2009 6:47 am
I have set the following settings in config.php:
$config['default_encoding'] = 'iso-8859-1';
$config['admin_encoding'] = 'iso-8859-1';
The problem is that I had to hardcode the encoding into the admin section and print module. They don't seem to respect those settings.
Is there someplace else I need to change this or what could be the problem?
Unfortunately UTF-8 don't work well with Finnish language.
$config['default_encoding'] = 'iso-8859-1';
$config['admin_encoding'] = 'iso-8859-1';
The problem is that I had to hardcode the encoding into the admin section and print module. They don't seem to respect those settings.
Is there someplace else I need to change this or what could be the problem?
Unfortunately UTF-8 don't work well with Finnish language.