Is this i18n?

Jason Molenda jmolenda@apple.com
Tue Jun 1 18:59:00 GMT 2004


On Jun 1, 2004, at 7:03 AM, Andrew Cagney wrote:

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

Daniel's reply was right -- you'd want to keep the entire sentence 
together because some languages won't use the English word order.  
Japanese, for instance, would phrase that more like "(((remote 
protocol) debugging) set)".

J



More information about the Gdb mailing list