Hey, thanks for the fix.  It compiles and works fine.


On Thu, 28 Dec 2000, Koscheev Andrey wrote:

>Change utf8.cpp file so that lines 268 to 278 look like:
>
>    while (inbytesleft &&
>        iconv(cd,
>#ifdef UTF8_ICONV_CAST_OK
>        (char**)(&src),
>#else
>        (char **)(&src),
>#endif
>        &inbytesleft, &outbuf, &outbytesleft) != -1);
>    iconv_close (cd);
>    return SMALL_BUFFER_SIZE - outbytesleft;
>#endif
>
>
>It works then.
>
>Andrey
>

Reply via email to