about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/SGML.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2010-12-10 09:56:49 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2010-12-10 09:56:49 -0500
commitf6ef3f03e831c3e150a18f31675862794e6c8c7f (patch)
tree7c40f50c1702b0996a6999414103255237be5e66 /WWW/Library/Implementation/SGML.c
parentd36a0b3dc2d3a504b3fd8a19464e0031b58defc7 (diff)
downloadlynx-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.c4
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)