Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 31 Mar 1999 21:34:37 +0000 (21:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 31 Mar 1999 21:34:37 +0000 (21:34 +0000)
* iconvdata/cp874.h (to_ucs4): Add Euro sign.

ChangeLog
iconvdata/cp874.h
localedata/ChangeLog

index 6adb54a..7ead32b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
 
-       * 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.
index 86f72e6..85f0eae 100644 (file)
@@ -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 <drepper@cygnus.com>, 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,
index 5d0b21b..00e5789 100644 (file)
@@ -1,5 +1,7 @@
 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
 
+       * locales/en_ZA: New file.  Contributed by nic@sig.co.za.
+
        * charmaps/CP1256: Cosmetic changes.
        * charmaps/CP1257: Likewise.