Polish fonts [ą ę ś ć ó ź]

marekwroblewski / 2012-10-04 12:36:37   

Hi,
I checked in DEMO version and there is a polish characters like [ą ś ć ę ó ź etc.]
In my version, there is no polish fonts and it doesn't work - there is [? ? ? ? ?]

Maybe you know about some solution ?

Thank you,
Marek

Vaska A / 2012-10-04 12:47:31   

They should be working. Check the 'collations' settings on your database and make sure it's utf8-general-ci (or something like that) - this is the first step in trying to resolve this.

marekwroblewski / 2012-10-04 13:04:13   

Thank you for fast respond.
I checked it. There is utf8-general-ci (in last column).
In each table there is swedish_ci, but i can't change it.

Vaska A / 2012-10-04 13:15:03   

Was this a new installation or an upgrade from an older site?

marekwroblewski / 2012-10-04 13:16:37   

This is new few day ago.
marekwroblewski.pl/index.php/info/

Vaska A / 2012-10-04 13:35:33   

Ok. It's weird that some things have the right collation and others don't. I don't know if this is something I should look into (a bug in the installer) or something else.

You can change the collations for everything with PHPMyAdmin. It's not fun, but you can edit the column collations - there is an edit feature for each and every column. Simply choose that, change the collations to what we need and save. It's a slow process, but it will work.

Start with the 'content' column in the _objects table and then see if you can add accented characters - you will need to input them again and then save to see if it works.

marekwroblewski / 2012-10-04 13:58:37   

Thanks. I made it but it still doesn't work. I can't add characters, there is [Warning: #1366 Incorrect string value: 'xC5x9BxC5x9BxC5x9B...' for column 'content' at row 1].
So maybe the problem is something else.

marekwroblewski / 2012-10-04 14:12:14   

Ok. Problem resolved.
There is wrong collations in "title" and "content". Now it's working.

Thank you for your time.
Marek

This thread has been closed, thank you.