I've change a database from latin1 to utf8 using DrByte's contribution.

http://www.zen-cart.com/index.php?ma...oducts_id=1937

The next step was to modify the configure files and english.php files.

My question:

the readme says

language files (english.php, etc) need define('CHARSET', 'utf-8'); and define('LC_TIME', 'en_US.utf8'); (for english)

I also noticed this section in the includes/languages/english.php file on line 22


@setlocale(LC_TIME, 'en_US.ISO_8859-1');

should that be changed to

@setlocale(LC_TIME, 'en_US.utf8');