This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] Unexpected compiler twist of the wcscoll issue


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.



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