Re: Storing utf8 text

2003-11-06 Thread sowee
Hello ALL How can a dataset return the default value from the database(MySQL, MSSQL, Interbase). I have try in ADO, dbx, BDE, and the result is not, How Can I do? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscrib

Storing utf8 text

2003-11-05 Thread Ben Gollmer
Hello list, I'm writing a small utility in PHP to archive email messages in MySQL, so that I can search through them with full-text indexing. In order to handle all the various charsets, I was simply converting all text to utf8 (using mb_convert_encoding()) before storing it in t