aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/430_no-ascii-default.patch
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2015-01-24 14:36:40 +0000
committerTatsuya Kinoshita <tats@debian.org>2015-01-24 14:37:05 +0000
commit8595cb4102d547388d0d9e699d10a14f8f7aa71c (patch)
treecd27e4b710769000b651b9af4db2704a1cd328dd /debian/patches/430_no-ascii-default.patch
parentUpdate Vcs-Browser (diff)
downloadw3m-8595cb4102d547388d0d9e699d10a14f8f7aa71c.tar.gz
w3m-8595cb4102d547388d0d9e699d10a14f8f7aa71c.zip
Integrate Debian changes into 020_debian.patch (closes: #776112)
(debian/patches/*.patch except 010_upstream.patch are merged)
Diffstat (limited to '')
-rw-r--r--debian/patches/430_no-ascii-default.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/430_no-ascii-default.patch b/debian/patches/430_no-ascii-default.patch
deleted file mode 100644
index 83d196f..0000000
--- a/debian/patches/430_no-ascii-default.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Subject: Change the default to alt_entity=0
-Author: Olaf Dabrunz <od@suse.de>
-Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-0.5.1-no-ASCII-equivalents-by-default.patch?expand=1
-Bug-Novell: https://bugzilla.novell.com/show_bug.cgi?id=247397
-
- change the default for the option "Use ASCII equivalents to
- display entities" from YES to NO.
-
-diff --git a/fm.h b/fm.h
-index 149a02f..49af0e4 100644
---- a/fm.h
-+++ b/fm.h
-@@ -1089,7 +1089,7 @@ global char SimplePreserveSpace init(FALSE);
- #define wc_Str_conv(x,charset0,charset1) (x)
- #define wc_Str_conv_strict(x,charset0,charset1) (x)
- #endif
--global char UseAltEntity init(TRUE);
-+global char UseAltEntity init(FALSE);
- #define GRAPHIC_CHAR_ASCII 2
- #define GRAPHIC_CHAR_DEC 1
- #define GRAPHIC_CHAR_CHARSET 0