
From vadim@gc.lviv.ua Tue Oct 27 09:57:10 1998
Date: Tue, 27 Oct 1998 16:56:11 +0200
From: Vadim Chekan <vadim@gc.lviv.ua>
To: htdig@sdsu.edu
Subject: htdig: [Patch] htdig -t option broken

    [The following text is in the "koi8-r" character set]
    [Your display is set for the "US-ASCII" character set]
    [Some characters may be displayed incorrectly]

In the current CVS version (3.1b2) option -t is broken.

here is path for this

Index: htdig3/htcommon/DocumentDB.cc
===================================================================
RCS file: /opt/htdig/cvs/htdig3/htcommon/DocumentDB.cc,v
retrieving revision 1.5
diff -u -p -r1.5 DocumentDB.cc
--- DocumentDB.cc 1998/10/18 20:37:41 1.5
+++ DocumentDB.cc 1998/10/27 14:41:19
@@ -203,7 +203,7 @@ int DocumentDB::CreateSearchDB(char *fil
     String  command = SORT_PROG;
     String  tmpdir = getenv("TMPDIR");
 
-    command << "-n -o" << filename;
+    command << " -n -o" << filename;
     if (tmpdir.length())
     {
  command << " -T " << tmpdir;


Vadim Chekan.

----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
htdig-request@sdsu.edu containing the single word "unsubscribe" in
the body of the message.

