This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA-v2] 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: jan dot kratochvil at redhat dot com, tromey at redhat dot com, gdb-patches at sourceware dot org
- Date: Sun, 17 Apr 2011 05:55:30 +0300
- Subject: Re: [RFA-v2] 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>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
> Cc: "'Tom Tromey'" <tromey@redhat.com>, <gdb-patches@sourceware.org>
> Date: Sat, 16 Apr 2011 23:28:35 +0200
>
> -/* If __STDC_ISO_10646__ is defined, then the host wchar_t is UCS-4.
> +/* If __STDC_ISO_10646__ is defined, then the host wchar_t is UCS-4 or UCS-2.
Please use UTF-16, not UCS-2. What Windows uses is the former. The
latter is the old name from the days when Unicode covered only the
BMP; it was superseded by UTF-16 that covers more than that.