From 2fd610b556bc1cea19f386d8450c68dc3e72fcd8 Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 15 Sep 2006 17:48:41 +0000 Subject: [PATCH] http://www.yacy-forum.de/viewtopic.php?p=25611#25611 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2601 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaParser.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/de/anomic/plasma/plasmaParser.java b/source/de/anomic/plasma/plasmaParser.java index d65573b3b..aaac05448 100644 --- a/source/de/anomic/plasma/plasmaParser.java +++ b/source/de/anomic/plasma/plasmaParser.java @@ -554,14 +554,14 @@ public final class plasmaParser { htmlFilterContentScraper scraper = new htmlFilterContentScraper(location); // set the charset if known - if (charset != null) { + /*if (charset != null) { try { scraper.setCharset(charset); } catch (UnsupportedCharsetException e) { serverLog.logWarning("PARSER", "parseSource2: unknown or unsupported charset '" + charset + "'"); return null; } - } + }*/ OutputStream hfos = new htmlFilterOutputStream(null, scraper, null, false); serverFileUtils.copy(sourceFile, hfos);