From 8701c2cff409bee71b9512f374013bbc8442eff3 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 15 Mar 2003 21:34:36 +0000 Subject: [PATCH] decode output from swish git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@41 13eb9ef6-21d5-0310-b721-a9d68796d827 --- WebPac.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/WebPac.pm b/WebPac.pm index 73080ae..d79040b 100644 --- a/WebPac.pm +++ b/WebPac.pm @@ -109,10 +109,8 @@ sub show_results_list { push @swish_results, { nr => ($#swish_results + 2), path => $hit->swishdocpath, -# headline => $from_utf8->convert($hit->headline), -# html => back2html($from_utf8->convert($hit->html)), - headline => $hit->headline, - html => back2html($hit->html), + headline => $from_utf8->convert($hit->headline), + html => back2html($from_utf8->convert($hit->html)), rank => $hit->swishrank }; }, -- 2.20.1