diff options
author | Olaf Hering <olh@suse.de> | 2014-12-06 08:58:39 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-12-06 09:00:05 +0000 |
commit | 6e73bad0ffc3e0a561be7f66b8d2cd11706f19a2 (patch) | |
tree | e663ed3a395188ba8489eecc444df5bdf7692f2a /fm.h | |
parent | Merge branch 'bug/uninitialized' (diff) | |
download | w3m-6e73bad0ffc3e0a561be7f66b8d2cd11706f19a2.tar.gz w3m-6e73bad0ffc3e0a561be7f66b8d2cd11706f19a2.zip |
Change the default to alt_entity=0
change the default for the option "Use ASCII equivalents to
display entities" from YES to NO.
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
Diffstat (limited to '')
-rw-r--r-- | fm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |