Problem with character encoding
#1

Hey! Im getting problems with loading datas from MySQL. So on the MySQL table the text is : "Életálom",but as I get it with the query, and write it out with SendClientMessage(tried with dialog), it sends me:"Életálom".
I tried this
Code:
mysql_set_charset("utf8_hungarian_ci", sql);
mysql_query (sql, "SET NAMES utf8_hungarian_ci");
to put it after connection, but it's not working. Ensured that the sql table column encoding is "utf8_hungarian_ci". Any ideas how to fix this? Thanks :O
Reply


Messages In This Thread
Problem with character encoding - by Davi52 - 05.02.2020, 17:35
Re: Problem with character encoding - by FireBoy89 - 05.02.2020, 18:21
Re: Problem with character encoding - by Davi52 - 06.02.2020, 13:43
Re: Problem with character encoding - by RoboN1X - 07.02.2020, 05:51

Forum Jump:


Users browsing this thread: 1 Guest(s)