ReceivedEmails No Polish letters

If you think that something doesn't work in Aware IM post your message here
Post Reply
Platinum_ar
Posts: 92
Joined: Thu Jan 10, 2013 10:50 pm

ReceivedEmails No Polish letters

Post by Platinum_ar »

Hi,
New language problem has appeared during the test.
MySQL database has right UTF8 Polish collation but received emails has ? instead of polish letters like ą ś ć etc. in ReceivedEmails Table.
Is there any change to fix this?
Platinum_ar
Posts: 92
Joined: Thu Jan 10, 2013 10:50 pm

SOLVED

Post by Platinum_ar »

I've wasted 5h on this and finally I got a solution.
Setting collation and coding in phpmyadmin did not help...

solution:
put in your C:\wamp\bin\mysql\mysql5.5.24\my.ini:

[mysqld]
character-set-server=utf8
collation-server=utf8_general_ci
cheers![/code]
Post Reply