Package: w3m
Version: 0.5.1-4
Tags: patch
Followup-For: Bug #299462

The patch sets the option "Decode Content-Transfer-Encoding when saving"
to Yes by default. This is the right thing in nearly all
cases. In the meantime setting the option to Yes should remove the
problem you see.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Regards,
-- 
Karsten Schölzel        | Email:  [EMAIL PROTECTED]
Väderleden 9 4:98       | Jabber: [EMAIL PROTECTED]
97633 Luleå             | VoIP:   sip:[EMAIL PROTECTED]
Sweden                  |         sip:[EMAIL PROTECTED]
                        | Tel:    +4918015855857712
                        | Mobile: +46706725974
Set option "Decode Content-Transfer-Encoding when saving" to TRUE by
default. It is the expected behaviour.

---
commit 2c59d593b7d9a36d9c69e44d10741c2bde9252b3
tree ff5f502364b1a08e72e487bf1be55c65f3a2dd6b
parent accec285163f715364a99909ddf359e4cad42387
author Karsten Schoelzel <[EMAIL PROTECTED]> Mon, 01 May 2006 03:17:01 +0200
committer Karsten Schoelzel <[EMAIL PROTECTED]> Mon, 01 May 2006 03:17:01 +0200

 fm.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fm.h b/fm.h
index fe7b7de..8686866 100644
--- a/fm.h
+++ b/fm.h
@@ -775,7 +775,7 @@ global char *DefaultType init(NULL);
 global char RenderFrame init(FALSE);
 global char TargetSelf init(FALSE);
 global char PermitSaveToPipe init(FALSE);
-global char DecodeCTE init(FALSE);
+global char DecodeCTE init(TRUE);
 global char PreserveTimestamp init(TRUE);
 global char ArgvIsURL init(FALSE);
 global char MetaRefresh init(FALSE);

Reply via email to