My b2evolution Version: 1.10.x
Hi all,
I hope here is right place to ask..
Take a look at http://www.ostrowianie.pl/blox
Look at Welcome to b2evolution post.
There is a short message using all Polish characters.
On Firefox polish alphabet perfectly fine.
On IE7 ... ??? instead of right...
The source of page looks the same...
I have no idea why the problem occurs on client side...
Regards
bighen
That's what I see in FF3.
The thing is you probably have Polish language installed in FF (localized version) and English in IE
Make sure the database is in utf-8, all db tables have collation utf-8 and db connection collation is utf-8
Then edit the file conf/_locales.php and set
$force_io_charset_if_accepted = 'utf-8';
$db_config['connection_charset'] = 'utf8';