mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Update.
* iconvdata/sami-ws2.c (CHARSET_NAME): Fix typo. * iconvdata/iso_2033.c (CHARSET_NAME): Fix typo. * iconvdata/ecma-cyrillic.c (CHARSET_NAME): Fix typo. * iconvdata/gconv-modules: Correct ISO646-PT2 alias. Add SHIFT_JIS alias. Reported by Bruno Haible <haible@ilog.fr>.
This commit is contained in:
parent
52aac1978e
commit
8f61a78efe
@ -1,5 +1,12 @@
|
||||
1999-12-06 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* iconvdata/sami-ws2.c (CHARSET_NAME): Fix typo.
|
||||
* iconvdata/iso_2033.c (CHARSET_NAME): Fix typo.
|
||||
* iconvdata/ecma-cyrillic.c (CHARSET_NAME): Fix typo.
|
||||
* iconvdata/gconv-modules: Correct ISO646-PT2 alias. Add
|
||||
SHIFT_JIS alias.
|
||||
Reported by Bruno Haible <haible@ilog.fr>.
|
||||
|
||||
* locale/programs/xstrdup.c: It's _LIBC, not __LIBC.
|
||||
|
||||
1999-12-03 Andreas Jaeger <aj@suse.de>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Conversion from and to ECMA-CYRILLIC.
|
||||
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.
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
/* Get the conversion table. */
|
||||
#define TABLES <ecma-cyrillic.h>
|
||||
|
||||
#define CHARSET_NAME "ECMS-CYRILLIC//"
|
||||
#define CHARSET_NAME "ECMA-CYRILLIC//"
|
||||
#define HAS_HOLES 0 /* All 256 character are defined. */
|
||||
|
||||
#include <8bit-gap.c>
|
||||
|
@ -189,7 +189,7 @@ module PT// INTERNAL ISO646 2
|
||||
module INTERNAL PT// ISO646 2
|
||||
|
||||
alias ISO-IR-84// PT2//
|
||||
alias ISO646-PT2 PT2//
|
||||
alias ISO646-PT2// PT2//
|
||||
alias CSISO84PORTUGUESE2// PT2//
|
||||
module PT2// INTERNAL ISO646 2
|
||||
module INTERNAL PT2// ISO646 2
|
||||
@ -380,6 +380,7 @@ module INTERNAL ISO_6937-2// ISO_6937-2 1
|
||||
|
||||
# from to module cost
|
||||
alias SHIFT-JIS// SJIS//
|
||||
alias SHIFT_JIS// SJIS//
|
||||
alias CP932// SJIS//
|
||||
alias MS_KANJI// SJIS//
|
||||
alias CSSHIFTJIS// SJIS//
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Conversion from and to ISO_2033-1983.
|
||||
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.
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
/* Get the conversion table. */
|
||||
#define TABLES <iso_2033.h>
|
||||
|
||||
#define CHARSET_NAME "ISO_2033-1983//"
|
||||
#define CHARSET_NAME "ISO_2033//"
|
||||
#define HAS_HOLES 1 /* Not all 256 character are defined. */
|
||||
|
||||
#include <8bit-gap.c>
|
||||
|
@ -23,7 +23,7 @@
|
||||
/* Get the conversion table. */
|
||||
#define TABLES <sami-ws2.h>
|
||||
|
||||
#define CHARSET_NAME "SAMI-WS2//"
|
||||
#define CHARSET_NAME "WIN-SAMI-2//"
|
||||
#define HAS_HOLES 1 /* Not all 256 character are defined. */
|
||||
|
||||
#include <8bit-gap.c>
|
||||
|
Loading…
Reference in New Issue
Block a user