aboutsummaryrefslogtreecommitdiff
path: root/locale/programs/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'locale/programs/config.h')
-rw-r--r--locale/programs/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/programs/config.h b/locale/programs/config.h
index a293da3..5123504 100644
--- a/locale/programs/config.h
+++ b/locale/programs/config.h
@@ -1,5 +1,5 @@
/* Configuration for localedef program.
- Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
@@ -28,7 +28,7 @@
#include "../../version.h"
#endif
-#define DEFAULT_CHARMAP "POSIX"
+#define DEFAULT_CHARMAP "ANSI_X3.4-1968" /* ASCII */
#ifndef PARAMS
# if __STDC__