ku
12-05-2006, 11:46 AM
Hello,
First question -
the default character set of our mysql server is:
character set database utf8 utf8
It works 'nearly' without problems but -
if Czech letter is used it Title then the page is accesible only in Firefox. In IE6 title is complet garbage. Also there is a problem in export to pdf, some letters are shown badly.
What is the best way to use international letters ?
We would like to keep database as utf8, is it possible to
simply patch includes/Database.php , put there the line:
mysql_query("SET NAMES 'latin2'");
and put into .htaccess the line:
AddDefaultCharset iso-8859-2
Or is there different way ?
Second question - is innodb supported ? When I tried it there were problems that transactions in the Dkiwiki's code were not properly closed and nothing was written into database. After switch to MyIsam it works.
Third question - is database table CategoryLinks used in a code ? Because we have utf-8 database I had to switch fields cl_to and cl_sortkey to latin2 otherwise dekiwiki cannot be instaled.
Thanks, Ivan
First question -
the default character set of our mysql server is:
character set database utf8 utf8
It works 'nearly' without problems but -
if Czech letter is used it Title then the page is accesible only in Firefox. In IE6 title is complet garbage. Also there is a problem in export to pdf, some letters are shown badly.
What is the best way to use international letters ?
We would like to keep database as utf8, is it possible to
simply patch includes/Database.php , put there the line:
mysql_query("SET NAMES 'latin2'");
and put into .htaccess the line:
AddDefaultCharset iso-8859-2
Or is there different way ?
Second question - is innodb supported ? When I tried it there were problems that transactions in the Dkiwiki's code were not properly closed and nothing was written into database. After switch to MyIsam it works.
Third question - is database table CategoryLinks used in a code ? Because we have utf-8 database I had to switch fields cl_to and cl_sortkey to latin2 otherwise dekiwiki cannot be instaled.
Thanks, Ivan