From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25287 invoked by alias); 24 Jul 2008 10:55:17 -0000 Received: (qmail 25277 invoked by uid 22791); 24 Jul 2008 10:55:16 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 Jul 2008 10:54:48 +0000 Received: from localhost.localdomain ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1KLyT8-0002TR-AN for cygwin-apps@cygwin.com; Thu, 24 Jul 2008 10:54:46 +0000 Message-ID: <48885F1C.E8C66D3A@dessent.net> Date: Thu, 24 Jul 2008 10:55:00 -0000 From: Brian Dessent Reply-To: cygwin-apps@cygwin.com X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: [RFC] 1.7 Packaging: Toolchain References: <48881261.3080504@users.sourceforge.net> <20080724095249.GH5251@calimero.vinschen.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2008-07/txt/msg00122.txt.bz2 Corinna Vinschen wrote: > I don't know if that's a problem for std::wstring, but newlib is still > missing the wprintf family of functions. Based on the defintion of GLIBCXX_ENABLE_WCHAR_T in the list of missing functions before wchar_t can be enabled is: fgetwc fgetws fputwc fputws fwide fwprintf fwscanf getwc getwchar putwc putwchar swprintf swscanf ungetwc vfwprintf vswprintf vwprintf wcsftime wcstod wcstok wprintf wscanf Brian