05.02.2020, 17:35
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
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
I tried this
Code:
mysql_set_charset("utf8_hungarian_ci", sql); mysql_query (sql, "SET NAMES utf8_hungarian_ci");