Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <008f01c1ddbf$b28fb8e0$0100a8c0@advent02> From: "Chris January" To: Subject: errno.h - EILSEQ Date: Sun, 7 Apr 2002 00:06:33 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 > > > On Fri, Apr 05, 2002 at 10:01:36PM -0600, Dave Trollope wrote: > > > >Since it exists on Linux and Solaris, I figured that this was new to > > > >Cygwin and its applications. The question is, for what was it > > > >introduced to both Linux and Solaris, and shouldn't it be introduced to > > > >Cygwin? > > > > > > That's rarely the question. > > > > > > The question is "Who's going to do the work to get it into Cygwin?" > > > > > > > That was my next question if the answer to the first was yes. > > > > I would willingly create a patch myself, but I don't currently understand > > what this error code is for, I was hoping someone would know. EILSEQ = illegal byte sequence and is used to indicate invalid multi-byte character sequences. Since Cygwin doesn't support Unicode AFAIK, that's why the error is not generated anywhere. Adding this error code means adding Unicode support to Cygwin (and I don't think anyone would complain if you submitted a patch for that! :-) Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/