aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2014-12-06 09:01:17 +0000
committerTatsuya Kinoshita <tats@debian.org>2014-12-06 09:01:17 +0000
commite479f83b192e0893830e7ccaeb7e2bb6d3f8ba7c (patch)
treee663ed3a395188ba8489eecc444df5bdf7692f2a
parentMerge branch 'bug/uninitialized' (diff)
parentChange the default to alt_entity=0 (diff)
downloadw3m-e479f83b192e0893830e7ccaeb7e2bb6d3f8ba7c.tar.gz
w3m-e479f83b192e0893830e7ccaeb7e2bb6d3f8ba7c.zip
Merge branch 'bug/no-ascii-default'
-rw-r--r--fm.h2
1 files changed, 1 insertions, 1 deletions
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