Hi, I have this problem:
In this case, have to be name: Български (Bulgarian), but it's look like problem with encoding. Any idea?
Thanks!
No, I never change the file inside (folder "forum"). I check some page and they are with UTF-8.ameeck wrote:Looks like some file is not uf8 encoded. Have you made any changes to language files?
Actually that's not correct. utf8_general_ci and utf8_bin define the collation. The main difference between them is how MySQL sorts data. Both use utf8 to store and serve data.tzampatzis wrote:So that's why you have a problem. Fantastico encodes the dtabase in utf8_general_ci. The phpBB system uses only utf8_bin encoding. You can go and change that in you phpMyAdmin at the Operations tab.
Somewhere says collation and you change that to utf8_bin and then you press the Go button. But i think that the problem is i all tables. So search the whole database for tables encoded other than utf8_bin and correct them.