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-v4] Handle cygwin wchar_t specifics


> From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
> Cc: <gdb-patches@sourceware.org>
> Date: Tue, 19 Apr 2011 11:17:59 +0200
> 
> 2) If sizeof(gdb_wchar_t) == 1
> I don't think that UTF-8LE and UTF-8BE exist, do they?

No.  Single-byte encodings are by definition endian-less (because
endianness is about byte order in multibyte words).


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