[Bug gcov-profile/47358] New: Decimal number formatting not localized
thenlich at users dot sourceforge.net
gcc-bugzilla@gcc.gnu.org
Wed Jan 19 10:39:00 GMT 2011
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
...
More information about the Gcc-bugs
mailing list