[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#137185: marked as done (general: Some IANA registered charset names are not recognized)



Your message dated Thu, 7 Mar 2002 13:28:35 -0600
with message-id <20020307192834.GH31011@netexpress.net>
and subject line Some IANA registered charset names are not recognized
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Mar 2002 08:25:15 +0000
>From vitus@banquet.lan.ice.ru Thu Mar 07 02:25:15 2002
Return-path: <vitus@banquet.lan.ice.ru>
Received: from party.ice.ru (banquet.lan.ice.ru) [213.85.36.62] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16itD8-0005Sv-00; Thu, 07 Mar 2002 02:25:14 -0600
Received: from banquet.lan.ice.ru (localhost [127.0.0.1])
	by banquet.lan.ice.ru (8.12.1/8.12.1/Debian -5) with ESMTP id g278PBlV003720;
	Thu, 7 Mar 2002 11:25:11 +0300
Received: (from vitus@localhost)
	by banquet.lan.ice.ru (8.12.1/8.12.1/Debian -5) id g278PBvH003718;
	Thu, 7 Mar 2002 11:25:11 +0300
Message-Id: <[🔎] 200203070825.g278PBvH003718@banquet.lan.ice.ru>
From: Victor Wagner <vitus@ice.ru>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: general: Some IANA registered charset names are not recognized
X-Reportbug-Version: 1.43
X-Mailer: reportbug 1.43
Date: Thu, 07 Mar 2002 11:25:10 +0300
Delivered-To: submit@bugs.debian.org

Package: general
Version: N/A; reported 2002-03-07
Severity: normal

All the Debian packages which use iconv for charset conversion,
by default do not understand encoding names such as windows-1251,
which are perfectly legal IANA-registered encoding names.

Instead they understand names like cp1251 which are glibc-specific
and unportable.

Some packages affected by this problem:

vim
xsltproc
libxml-libxml-perl

and there are many others.

This problem also cases a confusion among maintainers, for instance
in the distributive /etc/Muttrc is writen

#aliases for broken MUAs

above mutt-specific fix for this problem. But MUA which use
IANA-approved charset names shouln't be considered broken.


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux banquet 2.4.17-686-smp #2 SMP Sat Dec 22 22:00:42 EST 2001 i686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R


---------------------------------------
Received: (at 137185-done) by bugs.debian.org; 7 Mar 2002 19:28:36 +0000
>From vorlon@netexpress.net Thu Mar 07 13:28:36 2002
Return-path: <vorlon@netexpress.net>
Received: from tennyson.netexpress.net [64.22.192.12] (root)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16j3Z6-0006Cr-00; Thu, 07 Mar 2002 13:28:36 -0600
Received: from tennyson.netexpress.net (vorlon@localhost [127.0.0.1])
	by tennyson.netexpress.net (8.12.1/8.12.1/Debian -5) with ESMTP id g27JSZWC032199
	for <137185-done@bugs.debian.org>; Thu, 7 Mar 2002 13:28:35 -0600
Received: (from vorlon@localhost)
	by tennyson.netexpress.net (8.12.1/8.12.1/Debian -5) id g27JSZeH032197
	for 137185-done@bugs.debian.org; Thu, 7 Mar 2002 13:28:35 -0600
X-Authentication-Warning: tennyson.netexpress.net: vorlon set sender to vorlon@netexpress.net using -f
Date: Thu, 7 Mar 2002 13:28:35 -0600
From: Steve Langasek <vorlon@netexpress.net>
To: 137185-done@bugs.debian.org
Subject: Re: Some IANA registered charset names are not recognized
Message-ID: <20020307192834.GH31011@netexpress.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="mrJd9p1Ce66CJMxE"
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
Delivered-To: 137185-done@bugs.debian.org


--mrJd9p1Ce66CJMxE
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

$ iconv -l|grep -i windows
WINDOWS-1250//
WINDOWS-1251//
WINDOWS-1252//
WINDOWS-1253//
WINDOWS-1254//
WINDOWS-1255//
WINDOWS-1256//
WINDOWS-1257//
WINDOWS-1258//
$

This does not seem to be an iconv problem, since iconv clearly knows=20
about the character sets in question.

$ echo =E1=E9=ED=F3=FA|iconv -t utf8 -f windows-1252 | recode utf8..windows=
-1252
=E1=E9=ED=F3=FA
$

If there are programs that don't recognize these encoding names, then it=20
would seem there are bugs in those individual packages.  You should open=20
bugs against those individual packages as you identify them; this is not=20
a general Debian bug, nor, as far as I can tell, is it a bug in iconv.

Steve Langasek
postmodern programmer

--mrJd9p1Ce66CJMxE
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8h79iKN6ufymYLloRAqvlAJ92rF/kXZWIpGeUCad7I7hVPVItTACeI22d
VOxXevqN5o/OShDlUiehGk0=
=bPkI
-----END PGP SIGNATURE-----

--mrJd9p1Ce66CJMxE--



Reply to: