From dev-return-19744-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Aug 28 19:46:39 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 33258 invoked from network); 28 Aug 2008 19:46:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2008 19:46:39 -0000 Received: (qmail 31957 invoked by uid 500); 28 Aug 2008 19:46:36 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 31928 invoked by uid 500); 28 Aug 2008 19:46:36 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 31876 invoked by uid 99); 28 Aug 2008 19:46:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2008 12:46:36 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2008 19:45:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 97FDF234C1C2 for ; Thu, 28 Aug 2008 12:45:44 -0700 (PDT) Message-ID: <1779780962.1219952744621.JavaMail.jira@brutus> Date: Thu, 28 Aug 2008 12:45:44 -0700 (PDT) From: "Danilo Barboza (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1727) HTMLTextExtractor modifying UTF-8 encoded String In-Reply-To: <1176620209.1219932645155.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1727?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Danilo Barboza updated JCR-1727: -------------------------------- Description:=20 Trying to extract an HTML that is UTF-8 encoded is modifying the UTF-8 spec= ial char (like =C3=A1, =C3=A9, =C3=B3, =C3=A3 etc). This cause a wrong search, because lucene use this extractor to index conte= nt. See attachments for an example of the problem. was: Trying to extract an HTML that is UTF-8 encoded is modifying the UTF-8 spec= ial char (like =C3=A1, =C3=A9, =C3=B3, =C3=A3 etc). This cause a wrong search, cause lucene use this extractor to index content= . See attachments for an example of the problem. > HTMLTextExtractor modifying UTF-8 encoded String > ------------------------------------------------ > > Key: JCR-1727 > URL: https://issues.apache.org/jira/browse/JCR-1727 > Project: Jackrabbit > Issue Type: Bug > Components: jackrabbit-text-extractors > Affects Versions: 1.4 > Environment: JDK 1.5 passing -Dfile.encoding=3DUTF-8 to JVM > Reporter: Danilo Barboza > Attachments: SwingHTMLTextExtractor.java, UTF8HTMLTextExtractorBu= g.java > > > Trying to extract an HTML that is UTF-8 encoded is modifying the UTF-8 sp= ecial char (like =C3=A1, =C3=A9, =C3=B3, =C3=A3 etc). > This cause a wrong search, because lucene use this extractor to index con= tent. > See attachments for an example of the problem. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.