On 9/18/07, Pierre Habouzit <[EMAIL PROTECTED]> wrote:
> tag 442250 + wontfix
> thanks
see
http://sourceware.org/bugzilla/show_bug.cgi?id=5043
--
http://www.kissofjudas.net/
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
tag 442250 + wontfix
thanks
On Tue, Sep 18, 2007 at 09:48:55PM +, sean finney wrote:
> iconv_t
> iconv_open (const char *tocode, const char *fromcode)
> {
> char *tocode_conv;
> char *fromcode_conv;
> size_t tocode_len;
> size_t fromcode_len;
> __gconv_t cd;
> int res;
>
> /* No