Recent Topics

1 Jan 24, 2008 12:58    

My b2evolution Version: Not Entered

Hi,

I am using v2.3.0

I moved my MySQL to UTF-8 recently via a workaround passed onto me by another member of this forum. The blog works perfectly now in UTF-8.

My question is if upgrading to v2.4.0 will affect my MySQL somehow, e.g. pulling it back to charset Latin 1 or something.

Thanks in advance

2 Jan 24, 2008 13:15

Hi, I upgraded to 2.4 today and it did screw up the utf-8 however it was just a matter of going through the process again and remembering to readjust the following in /conf/_locales.php.
Code:

$use_l10n = 2;
$evo_charset = '';
$force_io_charset_if_accepted = 'utf-8';
$db_config['connection_charset'] = 'utf8';
$default_locale = 'en-US';

All thanks to Afwas.


Form is loading...