Is this i18n?
Andrew Cagney
cagney@gnu.org
Tue Jun 1 14:03:00 GMT 2004
Hello,
I'm wondering if something like this:
xstrprintf ("Set %s\n%s", "debugging of remote protocol", "When
enabled, each packet sent or received with the remote target is displayed");
is valid i18n. I think it is, unlike something like:
concat ("Set ", "debugging of remote protocol", "\n", "...", NULL);
Assuming it is (I think so), there's the possibility of a significant
cleanup.
Andrew
More information about the Gdb
mailing list