This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] Unexpected compiler twist of the wcscoll issue
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Ulrich Drepper <drepper at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 12 Mar 2002 19:53:20 +0100
- Subject: Re: [RFC] Unexpected compiler twist of the wcscoll issue
- References: <1015956848.23800.980.camel@myware.mynet>
Ulrich Drepper wrote:
> On Tue, 2002-03-12 at 04:49, Paolo Carlini wrote:
>
> > setlocale(LC_ALL, "de_DE");
> > i = wcscoll (L"Äuglein", L"Augment");
>
> So replace in the test suite
>
> L"Äuglein"
>
> with
>
> L"\xc4uglein"
>
> This will work even with current gcc 3.x compilers.
Thanks for your feedback: I did'nt know about this kind of escape sequences.
Where can I learn more about them?
Anyway, apparently Jakub has a patch for the lexer ready and most probably we
don't really need to modify the testsuite.
Ciao, Paolo.