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] collate_members_wchar_t.cc


On Sat, 2002-03-09 at 13:53, Paolo Carlini wrote:

>   ret = setlocale (LC_ALL, "de_DE");
>   r = wcscoll (L"Äuglein", L"Augment");
>   printf ("r = %d\n", r);
>   return 0;
> }
> 
> and gdb prints:
> 
> (gdb) print ret
> $1 = 0x804b268 "de_DE"

That's the expected result.  So it's a problem with the locale data I
guess.  When did you regenerate the data?  The last change to localedef
which could change the generated files went into the CVS archive on
2002-01-18 which was two days before the 2.2.5 release.

-- 
---------------.                          ,-.   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]