diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-01 18:59:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-01 18:59:42 +0000 |
commit | 4a9dcff10ec07770aaf0b4dedaac44eacbbaa110 (patch) | |
tree | ab9c931b7f57f4ef5e82dc2260717b621f3650ff /locale/programs/config.h | |
parent | 70440f48d8c4aa57f030485b60a7faf686f1dd4d (diff) | |
download | glibc-4a9dcff10ec07770aaf0b4dedaac44eacbbaa110.tar.gz glibc-4a9dcff10ec07770aaf0b4dedaac44eacbbaa110.tar.xz glibc-4a9dcff10ec07770aaf0b4dedaac44eacbbaa110.zip |
Update.
* charmaps/ISO-IR-197: Remove alias "none". 2000-09-30 Bruno Haible <haible@clisp.cons.org>
Diffstat (limited to 'locale/programs/config.h')
-rw-r--r-- | locale/programs/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/programs/config.h b/locale/programs/config.h index a293da3b09..512350449e 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__ |