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 12:47, Paolo Carlini wrote:

> Well, I'm running on i686-pc-linux-gnu, linux2.4.16, and a stock glibc2.2.5
> built with gcc2.95.3+patches.

The current sources have no known problems.  2.2.5 should be fine, too. 
What do you get for the C equivalent I mentioned (see below)?

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------
#include <locale.h>
#include <wchar.h>

int
main ()
{
  int r;
  setlocale (LC_ALL, "de_DE");
  r = wcscoll (L"Äuglein", L"Augment");
  printf ("r = %d\n", r);
  return 0;
}

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]