public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/4405] New: Wrong charset alias E13B -> ISO_2033
@ 2007-04-21 23:53 aurelien at aurel32 dot net
  2007-04-23  9:22 ` [Bug localedata/4405] " cvs-commit at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: aurelien at aurel32 dot net @ 2007-04-21 23:53 UTC (permalink / raw)
  To: glibc-bugs

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

-- 
           Summary: Wrong charset alias E13B -> ISO_2033
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=4405

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug localedata/4405] Wrong charset alias E13B -> ISO_2033
  2007-04-21 23:53 [Bug localedata/4405] New: Wrong charset alias E13B -> ISO_2033 aurelien at aurel32 dot net
@ 2007-04-23  9:22 ` cvs-commit at gcc dot gnu dot org
  2007-04-23 13:29 ` jakub at redhat dot com
  2007-07-12 15:11 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2007-04-23  9:22 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2007-04-23 10:22 -------
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



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4405

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug localedata/4405] Wrong charset alias E13B -> ISO_2033
  2007-04-21 23:53 [Bug localedata/4405] New: Wrong charset alias E13B -> ISO_2033 aurelien at aurel32 dot net
  2007-04-23  9:22 ` [Bug localedata/4405] " cvs-commit at gcc dot gnu dot org
@ 2007-04-23 13:29 ` jakub at redhat dot com
  2007-07-12 15:11 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at redhat dot com @ 2007-04-23 13:29 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jakub at redhat dot com  2007-04-23 14:28 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4405

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug localedata/4405] Wrong charset alias E13B -> ISO_2033
  2007-04-21 23:53 [Bug localedata/4405] New: Wrong charset alias E13B -> ISO_2033 aurelien at aurel32 dot net
  2007-04-23  9:22 ` [Bug localedata/4405] " cvs-commit at gcc dot gnu dot org
  2007-04-23 13:29 ` jakub at redhat dot com
@ 2007-07-12 15:11 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2007-07-12 15:11 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2007-07-12 15:11 -------
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



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4405

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-12 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-21 23:53 [Bug localedata/4405] New: Wrong charset alias E13B -> ISO_2033 aurelien at aurel32 dot net
2007-04-23  9:22 ` [Bug localedata/4405] " cvs-commit at gcc dot gnu dot org
2007-04-23 13:29 ` jakub at redhat dot com
2007-07-12 15:11 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).