View Single Post
unt0uch4bl3
Junior Member
Join Date: Apr 2009
Old 07-09-2012 , 12:07   Re: [SQL] problem with specific caracter
Reply With Quote #3

If you are using MYSQL, you may need to execute this query after connecting to the database:

Code:
FormatEx(query, sizeof(query), "SET NAMES \"UTF8\"");
unt0uch4bl3 is offline