Robert, It would probably be well-worth it will you supply this patch. And maybe you could supply us with some notes about the changes you had to make,
Maybe you could let MySQL convert it to utf8: http://dev.mysql.com/doc/refman/5.0/en/charset-convert.html But of course its better, if you don't have to
I solved the wide char issues by changing tcstring<N> to tcstring<N,CharType>, and fixing some stuff in BoundIO (and elsewhere) so that the wide tcstrings can
... Hi Corwin, that page states that you can use std::wstring for column data, but I get compilation failures trying that. I really don't want the fullblown
I have an XML which I parse and insert data into a MySQL database, the strings are in utf8 format, and although I've setup the columns to be utf8 the strings