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: unassig...@gcc.gnu.org ReportedBy: thenl...@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 ...