Hello, >From MySQL 4.1, MySQL supports storing of data in utf-8 and ucs2. But all the C API till supports only char*.
This has brought up some issues in my mind: 1.) How do you I send Unicode data to MySQL server using C API()? Should I convert the query to utf-8 or double byte etc.? 2.) How are Unicode data returned to the client? MYSQL_ROW is defined to be char? Are they sent in utf-8? Sorry for my ignorance but my app is written with Unicode support and all the string functions require Unicode data so should I convert them to utf-8 before sending them to C API and convert them to Unicode character after fetching them? Thanks for your help. regards karam __________________________________ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]