Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Question [SOLVED] maybe utf8 problem ?

More
14 years 6 days ago - 14 years 57 minutes ago #1 by mobidyc
Hello,

I've imported phpbb3 tables into kunena forum following PHPBB3_to_Kunena .
but special characters are not displayed correctly.

all tables created have this option in the import so It must not be a problem:
Code:
Type=MyISAM DEFAULT CHARSET='utf8';

A picture is better to see my problem :
in forum :
in mysql :

I've searched through this forum and google without success.
could you help me please.
Attachments:
Last edit: 14 years 57 minutes ago by mobidyc.

Please Log in or Create an account to join the conversation.

More
14 years 6 days ago #2 by Matias
Replied by Matias on topic Re: maybe utf8 problem ?
You need to say which encoding you are going to use do the database before you start conversion in your script (otherwise it uses default, which is usually LATIN1).

You also need to be careful that all your string translations in PHP are UTF8 safe.

Please Log in or Create an account to join the conversation.

More
14 years 5 days ago #3 by mobidyc
Replied by mobidyc on topic Re: maybe utf8 problem ?
Thanks for your answer.
It seems to be a problem on the server (ubuntu Linux 10.04b2 under virtualbox).

I've tested the migration on another server (Gentoo Linux) and the problem is no more on It.

Please Log in or Create an account to join the conversation.

More
14 years 5 days ago #4 by Matias
Replied by Matias on topic Re: maybe utf8 problem ?
Actually it's a problem in the script -- it should specify encoding for MySQL, otherwise it uses default one. Well default is easy to change from my.cnf..

Please Log in or Create an account to join the conversation.

More
14 years 4 days ago #5 by mobidyc
Replied by mobidyc on topic Re: maybe utf8 problem ?
Hello,

You're right, the problem was a mysql configuration proble :huh:
I've set the my.cnf, restarted mysql and everything seems pretty good now :laugh:

thanks for everything

Please Log in or Create an account to join the conversation.

Time to create page: 0.384 seconds