blob: 3fcdb8cd842c150f67e3ae5326e9fb18faa9dde3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tst/tst-main.c.orig Fri Jul 30 09:15:06 2004
+++ tst/tst-main.c Fri Jul 21 15:45:07 2006
@@ -133,7 +133,7 @@
die();
#ifndef USE_RESTRICTED_HEADERS
- if (!setlocale(LC_ALL, "en_US"))
+ if (!setlocale(LC_ALL, "en_US.ISO8859-1"))
{
fprintf(stderr,
" This library does things with the locale.\n"
|