This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov-profile/47358] New: Decimal number formatting not localized
- From: "thenlich at users dot sourceforge.net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 19 Jan 2011 09:09:27 +0000
- Subject: [Bug gcov-profile/47358] New: Decimal number formatting not localized
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47358
Summary: Decimal number formatting not localized
Product: gcc
Version: 4.3.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gcov-profile
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: thenlich@users.sourceforge.net
Percentage values are displayed with a dot as decimal separator instead of the
comma which would be correct for the German locale.
Example:
$ gcov -v
gcov (GCC) 4.3.4 20090804 (release) 1
Copyright (C) 2008 Free Software Foundation, Inc.
Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es
gibt KEINE Garantie; auch nicht fÃr MARKTGÃNGIGKEIT oder FÃR SPEZIELLE ZWECKE.
$ gcov testcov.c
File: Âtestcov.cÂ
50.00% von 6 Zeilen ausgefÃhrt
testcov.c: Âtestcov.c.gcov wird erzeugt
Expected output:
...
50,00% von 6 Zeilen ausgefÃhrt
...