Do locale work in 2.1.3pre4 ?

Rus V. Brushkoff rus@Chernomor.Odessa.UA
Tue Feb 22 21:48:00 GMT 2000


	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



More information about the Libc-alpha mailing list