So I've been having this problem for a while. The problem is, I can't save an username to MySQL field. Correct username: Vėdarėlis
Field result: VÄ—darÄ—lis
As you can see below, my collation is set to utf8
And I'm pretty sure the PHP itself is working fine, because in the general mysql log, I have this line:
168308 Query UPDATE users_steam SET name='Vėdarėlis', ......rest of the query....
So how do I properly set user name with proper encoding? Thanks