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: [RFC-v2] Allow explicit 16 or 32 char in 'x /s'


> From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
> Cc: <tromey@redhat.com>, <gdb-patches@sourceware.org>
> Date: Tue, 6 Apr 2010 01:01:12 +0200
> 
> +Note that the display may vary with current language. If current language
> is
> +C, @samp{h} (respectively @samp{w}) modifier will use UTF-16 charset 
> +(respectively UTF-32 charset).  These charsets can not be modified.

Thanks.  I suggest the following rewording:

  Note that the results depend on the programming language of the
  current compilation unit.  If the language is C, the @samp{s}
  modifier will use the UTF-16 encoding while @samp{w} will use
  UTF-32.  The encoding is set by the programming language and cannot
  be altered.

Please also keep 2 spaces between sentences, when you commit these
changes.


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