From b027e6c551e944c3de2c6a41958afbdfcbb9e942 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sat, 6 Sep 2008 15:47:47 -0400 Subject: snapshot of project "lynx", label v2-8-7dev_9i --- WWW/Library/Implementation/HTWAIS.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'WWW/Library/Implementation/HTWAIS.c') diff --git a/WWW/Library/Implementation/HTWAIS.c b/WWW/Library/Implementation/HTWAIS.c index fcc64344..0e09f761 100644 --- a/WWW/Library/Implementation/HTWAIS.c +++ b/WWW/Library/Implementation/HTWAIS.c @@ -1,4 +1,7 @@ -/* WorldWideWeb - Wide Area Informaion Server Access HTWAIS.c +/* + * $LynxId: HTWAIS.c,v 1.31 2008/09/06 15:47:08 tom Exp $ + * + * WorldWideWeb - Wide Area Informaion Server Access HTWAIS.c * ================================================== * * This module allows a WWW server or client to read data from a @@ -436,7 +439,7 @@ static void output_text_record(HTStream *target, count += 4; /* it is a paragraph marker */ } else if (ch == '\n' || ch == '\r') { PUTC('\n'); - } else if (HTCJK != NOCJK || ch == '\t' || isprint(ch)) { + } else if (IS_CJK_TTY || ch == '\t' || isprint(ch)) { PUTC(ch); } } -- cgit 1.4.1-2-gfad0