From 9e18abc2ac50b703d1341318d4dadbf02daa5a58 Mon Sep 17 00:00:00 2001 From: f1ori Date: Tue, 2 Jun 2009 20:54:13 +0000 Subject: [PATCH] * fix charset detection, see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=2137 * why has this been uncommented??? git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6014 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/htmlFilter/htmlFilterInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/htmlFilter/htmlFilterInputStream.java b/source/de/anomic/htmlFilter/htmlFilterInputStream.java index 5f3c55439..5d28f6537 100644 --- a/source/de/anomic/htmlFilter/htmlFilterInputStream.java +++ b/source/de/anomic/htmlFilter/htmlFilterInputStream.java @@ -66,7 +66,7 @@ public class htmlFilterInputStream extends InputStream implements htmlFilterEven this.bufferedIn.mark((int) preBufferSize); final htmlFilterContentScraper scraper = new htmlFilterContentScraper(rooturl); - //scraper.registerHtmlFilterEventListener(this); + scraper.registerHtmlFilterEventListener(this); try { this.reader = new InputStreamReader(this,inputStreamCharset);