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>2009-08-27 23:03:14 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2009-08-27 23:03:14 -0400
commit1536f691059e78c6b0edb885b0c87024e04f818b (patch)
tree38dc07e8ae1e4684175b550fb4937dcf7dcf1ceb /WWW/Library/Implementation/SGML.c
parent1a34854e5b30a5fa503ceb74bfe6214829e8da8b (diff)
downloadlynx-snapshots-1536f691059e78c6b0edb885b0c87024e04f818b.tar.gz
snapshot of project "lynx", label v2-8-8dev_0b
Diffstat (limited to 'WWW/Library/Implementation/SGML.c')
-rw-r--r--WWW/Library/Implementation/SGML.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/SGML.c b/WWW/Library/Implementation/SGML.c
index 35379e2d..3a388b90 100644
--- a/WWW/Library/Implementation/SGML.c
+++ b/WWW/Library/Implementation/SGML.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: SGML.c,v 1.131 2009/05/30 11:21:28 tom Exp $
+ * $LynxId: SGML.c,v 1.132 2009/08/27 10:29:27 tom Exp $
  *
  *			General SGML Parser code		SGML.c
  *			========================
@@ -1668,6 +1668,9 @@ static void SGML_character(HTStream *context, char c_in)
 		    if (clong < 256) {
 			c = ((char) (clong & 0xff));
 		    }
+		    /* lynx does not use left-to-right */
+		    if (clong == 0x200e)
+			return;
 		    goto top1;
 		} else {
 		    /*