From lucene-net-dev-return-2388-apmail-incubator-lucene-net-dev-archive=incubator.apache.org@incubator.apache.org Sun Nov 08 10:56:58 2009 Return-Path: Delivered-To: apmail-incubator-lucene-net-dev-archive@minotaur.apache.org Received: (qmail 44744 invoked from network); 8 Nov 2009 10:56:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Nov 2009 10:56:58 -0000 Received: (qmail 23305 invoked by uid 500); 8 Nov 2009 10:56:58 -0000 Delivered-To: apmail-incubator-lucene-net-dev-archive@incubator.apache.org Received: (qmail 23233 invoked by uid 500); 8 Nov 2009 10:56:58 -0000 Mailing-List: contact lucene-net-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@incubator.apache.org Delivered-To: mailing list lucene-net-dev@incubator.apache.org Received: (qmail 23221 invoked by uid 99); 8 Nov 2009 10:56:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 10:56:58 +0000 X-ASF-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00 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; Sun, 08 Nov 2009 10:56:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BCCD5234C04C for ; Sun, 8 Nov 2009 02:56:33 -0800 (PST) Message-ID: <1259186922.1257677793772.JavaMail.jira@brutus> Date: Sun, 8 Nov 2009 10:56:33 +0000 (UTC) From: "Digy (JIRA)" To: lucene-net-dev@incubator.apache.org Subject: [jira] Updated: (LUCENENET-205) TestASCIIFoldingFilter + TestISOLatin1AccentFilter (2.9.0) In-Reply-To: <299300341.1257677372362.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENENET-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-205: --------------------------- Attachment: TestISOLatin1AccentFilter.patch > TestASCIIFoldingFilter + TestISOLatin1AccentFilter (2.9.0) > ----------------------------------------------------------- > > Key: LUCENENET-205 > URL: https://issues.apache.org/jira/browse/LUCENENET-205 > Project: Lucene.Net > Issue Type: Bug > Environment: 2.9.0 > Reporter: Digy > Priority: Minor > Attachments: TestASCIIFoldingFilter.patch, TestISOLatin1AccentFilter.patch > > > There is a small bug in CharReader > --System.IO.MemoryStream theString = new System.IO.MemoryStream(System.Text.Encoding.ASCII.GetBytes(input.ReadToEnd())); > ++System.IO.MemoryStream theString = new System.IO.MemoryStream(System.Text.Encoding.UTF8.GetBytes(input.ReadToEnd())); > + > All of the strings in TestASCIIFoldingFilter are replaced with the ones in original Lucene.Java 2.9.0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.