aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-03-31 21:34:37 +0000
committerUlrich Drepper <drepper@redhat.com>1999-03-31 21:34:37 +0000
commit42ec4cabc5e336fa76e2a975438d42072ed51a4a (patch)
tree8eddf8843e24ebde1262be004ce92eb45e6a892e
parentcb86910298a9ffe8d5ee204340bdfb0198ea965f (diff)
downloadglibc-42ec4cabc5e336fa76e2a975438d42072ed51a4a.tar
glibc-42ec4cabc5e336fa76e2a975438d42072ed51a4a.tar.gz
glibc-42ec4cabc5e336fa76e2a975438d42072ed51a4a.tar.bz2
glibc-42ec4cabc5e336fa76e2a975438d42072ed51a4a.zip
Update.
* iconvdata/cp874.h (to_ucs4): Add Euro sign.
-rw-r--r--ChangeLog2
-rw-r--r--iconvdata/cp874.h3
-rw-r--r--localedata/ChangeLog2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6adb54a361..7ead32bbbb 100644
--- 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.
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 <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,
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 5d0b21ba30..00e5789b91 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -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.