From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20499 invoked by alias); 16 Jun 2004 09:13:22 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20487 invoked by uid 48); 16 Jun 2004 09:13:21 -0000 Date: Wed, 16 Jun 2004 09:13:00 -0000 Message-ID: <20040616091321.20485.qmail@sourceware.org> From: "pcarlini at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040615164842.16006.olau@hardworking.dk> References: <20040615164842.16006.olau@hardworking.dk> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/16006] Conversions of numbers in fi_FI.UTF-8 produces incorrect UTF-8 X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg01965.txt.bz2 List-Id: ------- Additional Comments From pcarlini at suse dot de 2004-06-16 09:13 ------- Hi. First, a comment about your C lines: what do you mean by "%'d"? This format string looks definitely incorrect to me and and if I change it to just "%d" the expected 1224 is produced. About the C++ lines: the particular capital A, is just the thousands separator in the locale at issue. The output seems also ok (taking into account the character set of yours (and mine;) shell) -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16006