@Webschiff 01.03.2011
(only simple)

/catalog/includes/functions/database.php and catalog/admin/includes/functions/database.php

add after line ~ 22:"if ($$link) mysql_select_db($database);"

mysql_query('set character set utf8;');

Files must all: encoding utf-8

replace all:


with:


(use my multilanguage installer for utf8 create Database)

More...