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