* iconvdata/cp874.h (to_ucs4): Add Euro sign.
This commit is contained in:
Ulrich Drepper 1999-03-31 21:34:37 +00:00
parent cb86910298
commit 42ec4cabc5
3 changed files with 5 additions and 2 deletions

View File

@ -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.

View 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,

View 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.