This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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]

Is this i18n?


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


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