[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #65858] msgfmt -c doesn't detect broken format specifiers in transl
From: |
Bruno Haible |
Subject: |
[bug #65858] msgfmt -c doesn't detect broken format specifiers in translations |
Date: |
Sun, 9 Jun 2024 17:44:36 -0400 (EDT) |
Update of bug #65858 (group gettext):
Status: None => Not a Bug
Assigned to: None => haible
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #1:
The space flag in front of an 's' specifier in a C format string is valid; it
is merely a no-op. That's what I understand from
1) the specifications referenced by
https://www.gnu.org/software/gettext/manual/html_node/c_002dformat.html
2) running a test program
#include <stdio.h>
int main ()
{
printf ("% s\n", "Hello");
}
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65858>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/