From: Ulrich Drepper Date: Wed, 31 Mar 1999 21:34:37 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_1_1~195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42ec4cabc5e336fa76e2a975438d42072ed51a4a;p=platform%2Fupstream%2Fglibc.git Update. * iconvdata/cp874.h (to_ucs4): Add Euro sign. --- diff --git a/ChangeLog b/ChangeLog index 6adb54a..7ead32b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 1999-03-31 Ulrich Drepper - * localedata/locales/en_ZA: New file. Contributed by nic@sig.co.za. + * iconvdata/cp874.h (to_ucs4): Add Euro sign. * timezone/africa: Update from tzdata1999d. * timezone/europe: Likewise. diff --git a/iconvdata/cp874.h b/iconvdata/cp874.h index 86f72e6..85f0eae 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, diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 5d0b21b..00e5789 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,7 @@ 1999-03-31 Ulrich Drepper + * locales/en_ZA: New file. Contributed by nic@sig.co.za. + * charmaps/CP1256: Cosmetic changes. * charmaps/CP1257: Likewise.