[RFC] Unexpected compiler twist of the wcscoll issue
Paolo Carlini
pcarlini@unitus.it
Tue Mar 12 10:54:00 GMT 2002
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.
More information about the Libstdc++
mailing list