This is the mail archive of the gdb-patches@sourceware.org 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]

Re: [RFA] fix thinko in sym info


> Date: Wed, 19 Nov 2008 18:31:15 -0500
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: ppluzhnikov@google.com, gdb-patches@sourceware.org
> 
> > The outstanding question is, of course, whether
> > 
> >   "%s + %u", msym_name, offset
> > 
> > needs i18n.  This patch assumes it doesn't.
> 
> I would tend to agree, although perhaps someone who has knowledge with
> languages that write right-to-left might come up with a case where
> they'd translate "SYMBOL + OFFSET" differently from the original.

No problem here, as long as SYMBOL uses only ASCII characters: the
Unicode Bidirectional Algorithm mandates that a text that includes
ASCII characters, digits, and a plus sign be rendered left to right.


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