On Sun, Oct 21, 2007 at 10:08:57PM -0700, [EMAIL PROTECTED] wrote: > Sorry this wasn't clear from the example. Yes printing to HTML was > just an example. What I am trying to do is quote a string, us that to > form a SQL statement, then send that to the mySQL server. When I do > that now, the string has extra characters in it because $dbh->quote is > losing the utf flag.
Perhaps your DBD::mysql driver is an old version. The latest certainly has code to pass through the utf8 flag. Tim.
