From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31954 invoked by alias); 25 Feb 2008 14:19:36 -0000 Received: (qmail 31780 invoked by uid 48); 25 Feb 2008 14:18:49 -0000 Date: Mon, 25 Feb 2008 14:19:00 -0000 Message-ID: <20080225141849.31779.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/35353] C++ wide character locale doesn't work In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pcarlini at suse dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg02662.txt.bz2 ------- Comment #11 from pcarlini at suse dot de 2008-02-25 14:18 ------- About my last reply: I checked, and within the current implementation of the underlying I/O the last issue (per libstdc++/9662) doesn't exist anymore, in other terms, when sync_with_stdio(false), C++ I/O on wcin/wcout doesn't change the orientation of the stream to byte (i.e, fwide < 0). Good. We have re-investigate all the other reasons that led to the separate non-converting synced (default) implementation of wcin & co... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35353