diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-12-10 09:56:49 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-12-10 09:56:49 -0500 |
commit | f6ef3f03e831c3e150a18f31675862794e6c8c7f (patch) | |
tree | 7c40f50c1702b0996a6999414103255237be5e66 /WWW/Library/Implementation/SGML.c | |
parent | d36a0b3dc2d3a504b3fd8a19464e0031b58defc7 (diff) | |
download | lynx-snapshots-f6ef3f03e831c3e150a18f31675862794e6c8c7f.tar.gz |
snapshot of project "lynx", label v2-8-8dev_6g
Diffstat (limited to 'WWW/Library/Implementation/SGML.c')
-rw-r--r-- | WWW/Library/Implementation/SGML.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c index 611490bd..bd675aeb 100644 --- a/WWW/Library/Implementation/SGML.c +++ b/WWW/Library/Implementation/SGML.c @@ -1,5 +1,5 @@ /* - * $LynxId: SGML.c,v 1.141 2010/11/07 21:20:59 tom Exp $ + * $LynxId: SGML.c,v 1.142 2010/12/10 01:46:10 tom Exp $ * * General SGML Parser code SGML.c * ======================== @@ -42,7 +42,7 @@ #define AssumeCP1252(context) \ (((context)->inUCLYhndl == LATIN1 \ || (context)->inUCLYhndl == US_ASCII) \ - && !(context)->extended_html) + && html5_charsets) #define INVALID (-1) |