This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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


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.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Attachment: signature.asc
Description: This is a digitally signed message part


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