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/commit] Set default target-wide-charset setting to "UTF-16" for x86_64-windows.


> From: Joel Brobecker <brobecker@adacore.com>
> Cc: Joel Brobecker <brobecker@adacore.com>
> Date: Fri, 19 Oct 2012 13:06:59 -0700
> 
> +static const char *
> +amd64_windows_auto_wide_charset (void)
> +{
> +  return "UTF-16";
> +}

Shouldn't this be "UTF-16LE"?  Or is "LE" the default?


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