This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


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

Do locale work in 2.1.3pre4 ?



	Hi.

The folowing program prints (null) on any language.

#include <locale.h>
#include <stdlib.h>

void main()
{
  printf("%s\n", setlocale(LC_ALL, "ru"));
}



		Rus


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