Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1643 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77272 invoked by uid 1007); 17 May 2003 23:50:51 -0000 Message-ID: <20030517235051.77271.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: "l0t3k" Date: Sat, 17 May 2003 19:50:54 -0400 Lines: 11 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Posted-By: 67.33.143.85 Subject: Libiconv and errno (Win32) From: cshmoove@bellsouth.net ("l0t3k") im developing an extension under Win32 which links to libiconv, but i'm having a slight problem. i have a conversion which fails (iconv returns (size_t)-1), but errno is set to 0. any clues as to what is happening ? not that it matters, but the conversion is from ISO-8859-1 to UTF-16 . l0t3k