diff options
Diffstat (limited to 'iconvdata/iso_6937.c')
-rw-r--r-- | iconvdata/iso_6937.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iconvdata/iso_6937.c b/iconvdata/iso_6937.c index 74b899005a..e99bfa9ed9 100644 --- a/iconvdata/iso_6937.c +++ b/iconvdata/iso_6937.c @@ -1,5 +1,5 @@ /* Generic conversion to and from ISO 6937. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. @@ -536,6 +536,7 @@ static const char from_ucs4[][2] = cp = "\xd5"; \ break; \ default: \ + UNICODE_TAG_HANDLER (ch, 4); \ cp = NULL; \ fail = 1; \ } \ |