diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2014-12-06 09:01:17 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2014-12-06 09:01:17 +0000 | 
| commit | e479f83b192e0893830e7ccaeb7e2bb6d3f8ba7c (patch) | |
| tree | e663ed3a395188ba8489eecc444df5bdf7692f2a | |
| parent | Merge branch 'bug/uninitialized' (diff) | |
| parent | Change the default to alt_entity=0 (diff) | |
| download | w3m-e479f83b192e0893830e7ccaeb7e2bb6d3f8ba7c.tar.gz w3m-e479f83b192e0893830e7ccaeb7e2bb6d3f8ba7c.zip | |
Merge branch 'bug/no-ascii-default'
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 | 
