Re: [GENERAL] convert text field to utf8 in sql_ascii database

2011-11-18 Thread Albe Laurenz
Andy Colson wrote: > I am in the middle of a process to get all my data into utf8. As its > not all converted yet, my database encoding is SQL_ASCII. > > I am getting external apps fixed up to write utf8 to the database, and > so far so good. But, I ran across some stuff that needs a one time >

[GENERAL] convert text field to utf8 in sql_ascii database

2011-11-17 Thread Andy Colson
Hi All. I am in the middle of a process to get all my data into utf8. As its not all converted yet, my database encoding is SQL_ASCII. I am getting external apps fixed up to write utf8 to the database, and so far so good. But, I ran across some stuff that needs a one time convert, and want