mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Update.
* iconvdata/cp874.h (to_ucs4): Add Euro sign.
This commit is contained in:
parent
cb86910298
commit
42ec4cabc5
@ -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.
|
||||
|
@ -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,
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user