From 07021140879253eabf03b7188517badc61131f83 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 29 Nov 1999 00:43:47 +0000 Subject: [PATCH] (CHARSET_NAME): Correct name to what is used in gconv-modules. --- iconvdata/t.61.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iconvdata/t.61.c b/iconvdata/t.61.c index d1ef6c21933..f8a2eb1c29c 100644 --- a/iconvdata/t.61.c +++ b/iconvdata/t.61.c @@ -1,5 +1,5 @@ /* Generic conversion to and from T.61. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -365,7 +365,7 @@ static const char from_ucs4[][2] = /* Definitions used in the body of the `gconv' function. */ -#define CHARSET_NAME "T.61//" +#define CHARSET_NAME "T.61-8BIT//" #define FROM_LOOP from_t_61 #define TO_LOOP to_t_61 #define DEFINE_INIT 1 -- 2.47.2