This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gcov-profile/47358] New: Decimal number formatting not localized


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
...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]