Re: mysql and utf8

2006-01-23 Thread Gleb Paharenko
Hello. Have a look here: http://dev.mysql.com/doc/refman/5.0/en/mysql-real-escape-string.html devy wrote: > Hi list, > > I'm having some problems while trying to save into a TEXT field some data > containing text and special characters from a C program! > I thought to convert the special chara

mysql and utf8

2006-01-22 Thread devy
Hi list, I'm having some problems while trying to save into a TEXT field some data containing text and special characters from a C program! I thought to convert the special characters with UTF8 but I don't know how to write the SQL-query to insert data in the following table: CREATE TABLE `books`