Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
w3m.5344
w3m-0.5.1-no-ASCII-equivalents-by-default.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File w3m-0.5.1-no-ASCII-equivalents-by-default.patch of Package w3m.5344
This patch changes the default for the option "Use ASCII equivalents to display entities" from YES to NO. Existing w3m "config" files need to be changed manually though. This can be done by changing the alt_entity flag to 0 with an editor or by changing the option with the w3m option dialog, accessible by pressing "o". fm.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: fm.h =================================================================== --- fm.h.orig +++ fm.h @@ -1066,7 +1066,7 @@ global char SimplePreserveSpace init(FAL #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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor