Bug 4405 - Wrong charset alias E13B -> ISO_2033
Summary: Wrong charset alias E13B -> ISO_2033
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: GNU C Library Locale Maintainers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-22 00:52 UTC by Aurelien Jarno
Modified: 2014-07-04 22:16 UTC (History)
1 user (show)

See Also:
Host: x86_64-unknown-linux-gnu
Target: x86_64-unknown-linux-gnu
Build: x86_64-unknown-linux-gnu
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aurelien Jarno 2007-04-22 00:52:54 UTC
There is a missing '/' in iconvdata/gconv-modules which makes conversion from 
or to the E13B charset impossible. The trivial patch below fixes that.

--- iconvdata/gconv-modules     2007-04-19 07:57:08.000000000 +0200
+++ iconvdata/gconv-modules     2007-04-22 00:58:09.000000000 +0200
@@ -1376,7 +1376,7 @@
 #      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
Comment 1 Sourceware Commits 2007-04-23 10:22:21 UTC
Subject: Bug 4405

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	jakub@sourceware.org	2007-04-23 10:22:10

Modified files:
	.              : ChangeLog 
	iconvdata      : gconv-modules 

Log message:
	[BZ #4405]
	* iconvdata/gconv-modules (E13B): Add a missing slash to the alias
	name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&r1=1.10594&r2=1.10595
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/iconvdata/gconv-modules.diff?cvsroot=glibc&r1=1.90&r2=1.91

Comment 2 Jakub Jelinek 2007-04-23 14:28:59 UTC
Fixed.
Comment 3 Sourceware Commits 2007-07-12 15:11:07 UTC
Subject: Bug 4405

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_5-branch
Changes by:	jakub@sourceware.org	2007-07-12 15:10:53

Modified files:
	.              : ChangeLog 
	iconvdata      : gconv-modules 

Log message:
	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>.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.10362.2.70&r2=1.10362.2.71
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/iconvdata/gconv-modules.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.89&r2=1.89.2.1