>>>>> "Koji" == Koji Yokota <[EMAIL PROTECTED]> writes:

Koji> Hi, I'm investigating in this problem and it seems the address
Koji> of outbuf changes before and after of the call of

Koji> iconv((pimpl_->cd, &inbuf, &inbytesleft, &outbuf,
Koji> &outbytesleft);

Koji, I am slowly looking at this again. It is normal that the value
of outbuf is changed by iconv, since it is incremented to point to the
end of the converted string.

JMarc

Reply via email to