Your message dated Tue, 24 Oct 2006 00:02:49 -0500
with message-id <[EMAIL PROTECTED]>
and subject line mime-codecs are no longer a part of Debian
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)

--- Begin Message ---
Package: mime-codecs
Version: 7.19-7
Severity: normal
File: /usr/bin/qp-encode

qp-encode etc. really should check their arguments
and print a usage message.

$ echo 丹尼|iconv -t big5|qp-encode
=A4=A6=A5=A7
$ echo 丹尼|iconv -t big5|qp-encode sed 's/=/\\x/g'
=A4=A6=A5=A7
$ echo 丹尼|iconv -t big5|qp-encode sed 's/=/\\\\x/g'
=A4=A6=A5=A7
$ echo 丹尼|iconv -t big5|qp-encode sed 's/=/x/g'
=A4=A6=A5=A7
$ echo 丹尼|iconv -t big5|qp-encode| sed 's/=/\\x/g'
\xA4\xA6\xA5\xA7

To help along nimbskulls like me.


--- End Message ---
--- Begin Message ---
Hi,

        mime-codecs are no longer a part of Debian.

        manoj
-- 
... this must be what it's like to be a COLLEGE GRADUATE!!
Manoj Srivastava <[EMAIL PROTECTED]> <http://www.debian.org/~srivasta/>
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C

--- End Message ---

Reply via email to