How to force non-UTF8 encoding for the site?
Posted: Mon Oct 06, 2008 9:55 pm
I use 1.2.5 and it always defaults to UTF8, when viewing the site.
doesn't seem to make any difference
on the other hand, works just like it should, automatically changing the encoding setting in firefox, typing/viewing at national characters works OK.
I don't have any specific codetable specification in the CSS or HTML header, I think it's the http header which set's the browser always to UTF8.
Code: Select all
$config['default_encoding'] = 'windows-1250';
on the other hand,
Code: Select all
$config['admin_encoding'] = 'windows-1250';
I don't have any specific codetable specification in the CSS or HTML header, I think it's the http header which set's the browser always to UTF8.