From 42ec4cabc5e336fa76e2a975438d42072ed51a4a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 31 Mar 1999 21:34:37 +0000 Subject: Update. * iconvdata/cp874.h (to_ucs4): Add Euro sign. --- iconvdata/cp874.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iconvdata') diff --git a/iconvdata/cp874.h b/iconvdata/cp874.h index 86f72e6844..85f0eaea31 100644 --- a/iconvdata/cp874.h +++ b/iconvdata/cp874.h @@ -1,5 +1,5 @@ /* Mapping table for CP874. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -155,6 +155,7 @@ static const uint32_t to_ucs4[256] = [0x7d] = 0x007d, [0x7e] = 0x007e, [0x7f] = 0x007f, + [0x80] = 0x20ac, [0x85] = 0x2026, [0x91] = 0x2018, [0x92] = 0x2019, -- cgit 1.4.1