--- PApp-SQL/SQL.xs 2002/11/07 01:57:58 1.15 +++ PApp-SQL/SQL.xs 2004/01/28 19:55:39 1.17 @@ -339,6 +339,10 @@ EXTEND (SP, bind_last - bind_first + 2); PUSHs (sth); do { +#if CAN_UTF8 + if (ix & 1) + SvUTF8_on (SvRV(ST(bind_first))); +#endif PUSHs (ST(bind_first)); bind_first++; } while (bind_first != bind_last);