about summary refs log tree commit diff
path: root/iconvdata
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 /iconvdata
parentcb86910298a9ffe8d5ee204340bdfb0198ea965f (diff)
downloadglibc-42ec4cabc5e336fa76e2a975438d42072ed51a4a.tar.gz
glibc-42ec4cabc5e336fa76e2a975438d42072ed51a4a.tar.xz
glibc-42ec4cabc5e336fa76e2a975438d42072ed51a4a.zip
Update.
	* iconvdata/cp874.h (to_ucs4): Add Euro sign.
Diffstat (limited to 'iconvdata')
-rw-r--r--iconvdata/cp874.h3
1 files changed, 2 insertions, 1 deletions
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,