diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-04-23 09:22:10 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-04-23 09:22:10 +0000 |
commit | b64a9db89be6be873d8e096e7f83833cc3925177 (patch) | |
tree | 610c7873343e88326d3c2db214c328b5508f6781 | |
parent | 4d3144c943abe4b8e829d0cd1073a82110f8dd02 (diff) | |
download | glibc-b64a9db89be6be873d8e096e7f83833cc3925177.tar.gz glibc-b64a9db89be6be873d8e096e7f83833cc3925177.tar.xz glibc-b64a9db89be6be873d8e096e7f83833cc3925177.zip |
[BZ #4405]
* iconvdata/gconv-modules (E13B): Add a missing slash to the alias name. Patch by Aurelien Jarno <aurelien@aurel32.net>. 2007-04-23 Jakub Jelinek <jakub@redhat.com> [BZ #4405] * iconvdata/gconv-modules (E13B): Add a missing slash to the alias name. Patch by Aurelien Jarno <aurelien@aurel32.net>.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | iconvdata/gconv-modules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3420092b2d..40595331bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-23 Jakub Jelinek <jakub@redhat.com> + + [BZ #4405] + * iconvdata/gconv-modules (E13B): Add a missing slash to the alias + name. Patch by Aurelien Jarno <aurelien@aurel32.net>. + 2007-04-22 Roland McGrath <roland@redhat.com> * elf/elf.h (NT_PRXFPREG): New macro. diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 7f47dec5ed..8d4667fc8a 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1376,7 +1376,7 @@ module INTERNAL INIS-CYRILLIC// INIS-CYRILLIC 1 # from to module cost alias ISO-IR-98// ISO_2033// alias ISO_2033-1983// ISO_2033// -alias E13B/ ISO_2033// +alias E13B// ISO_2033// alias CSISO2033// ISO_2033// module ISO_2033// INTERNAL ISO_2033 1 module INTERNAL ISO_2033// ISO_2033 1 |