[APE Project] Re: UTF-8 from MySQL

2010-07-17 Thread hlop
Oh fine it works, i have write a semikolom after 'utf8' so work it: sql.query("SET NAMES 'utf8';" , function(result, errorNo) { if (errorNo) Ape.log(query+'\n Request error:'+errorNo+' : '+this.errorString()); }); -- You received this me

[APE Project] Re: UTF-8 from MySQL

2010-07-17 Thread hlop
Hi, yes i set NAMES to utf8 after var sql = MySQLConnect but the problem is the same. when i write cmd.user.pipe.sendRaw("data", {"name":"тест"}); i have тест but from mysql i have only do you know why? the file is utf8 too. -- You received this message because you are subscribed to the Goog