On Tue, 26 Mar 2002, Tatsuhiko Miyagawa wrote:

> At Tue, 26 Mar 2002 20:27:47 +0900,
> KAWAI,Takanori <[EMAIL PROTECTED]> wrote:
> >
> > I found these lines in "dbdimp.c" must be the point.
> >
> > line : 375 - 381
> >             sv_setpvn(AvARRAY(av)[i], val, len);
> >             SvUTF8_on(AvARRAY(av)[i]);
> >         }
> >         else {
> >             sv_setsv(AvARRAY(av)[i], Nullsv);
> >             SvUTF8_on(AvARRAY(av)[i]);
> >         }
> > (included in sqlite_st_fetch)
> > If I comment out "SvUTF8_on", it seems to be no problem.
>
> Possible patch after sig. DISCLAIMER: I'm very bad in C/XS :(

Error: patch does not include test.

;-)

Seriously - if the original had come with a simple script demonstrating
the problem, I could have looked into it.

-- 
<!-- Matt -->
<:->Get a smart net</:->

Reply via email to