www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Date: | Thu, 5 Feb 2009 12:29:58 +0100 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Standard conformance for wide characters |
Message-ID: | <20090205112958.GR16129@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <a9a39a210902050316o51cc83eeu1fbe471edadf926 AT mail DOT gmail DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <a9a39a210902050316o51cc83eeu1fbe471edadf926@mail.gmail.com> |
User-Agent: | Mutt/1.5.17 (2007-11-01) |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Feb 5 12:16, Fr?d?ric Bron wrote: > I am forwarding this email from the boost mailing list. > I basically says that the next version of the boost filesystem library > (a well known library for C++ programming at www.boost.org) will not > compile on cygwin because of the lack of wide character support. > What can be done to make gcc/g++ standard conformant on this point so > that C++ programmers can continue to use cygwin? Cygwin is using the wide char functions provided by newlib. Newlib (http://sources.redhat.com/newlib/) is still lacking a couple of wide char functions so far, namely: fwprintf fwscanf swprintf swscanf vfwprintf vswprintf vwprintf wprintf wscanf wcstod wcstof wcstold wcsftime wcstok wcstok has been contributed but isn't checked in so far. As for all the other functions, contributions to newlib are always welcome on the newlib mailing list. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |