This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC-v4] Handle cygwin wchar_t specifics
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Pierre Muller <pierre dot muller at ics-cnrs dot unistra dot fr>
- Cc: tromey at redhat dot com, gdb-patches at sourceware dot org
- Date: Tue, 19 Apr 2011 12:33:38 +0300
- Subject: Re: [RFC-v4] Handle cygwin wchar_t specifics
- References: <5928.31498147479$1302882967@news.gmane.org> <m3ei53cres.fsf@fleche.redhat.com> <005101cbfc50$193136b0$4b93a410$%muller@ics-cnrs.unistra.fr> <20110416162455.GA5599@host1.jankratochvil.net> <000001cbfc7d$3f67f440$be37dcc0$%muller@ics-cnrs.unistra.fr> <83zknpoacd.fsf@gnu.org> <21014.6501930014$1303139687@news.gmane.org> <m3zknn7a2v.fsf@fleche.redhat.com> <004f01cbfe72$adddeb40$0999c1c0$%muller@ics-cnrs.unistra.fr>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> 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).