Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B88763A8 for ; Wed, 18 May 2011 08:34:39 +0000 (UTC) Received: (qmail 29575 invoked by uid 500); 18 May 2011 08:34:38 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 29524 invoked by uid 500); 18 May 2011 08:34:38 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 29517 invoked by uid 99); 18 May 2011 08:34:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 08:34:38 +0000 X-ASF-Spam-Status: No, hits=2.1 required=5.0 tests=FREEMAIL_FROM,FREEMAIL_REPLYTO,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simon.willnauer@googlemail.com designates 209.85.213.48 as permitted sender) Received: from [209.85.213.48] (HELO mail-yw0-f48.google.com) (209.85.213.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 08:34:33 +0000 Received: by ywk9 with SMTP id 9so654152ywk.35 for ; Wed, 18 May 2011 01:34:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:content-type; bh=9fvwa0nemPUe6XnA3poh5MpZNVrPPEWpohCBMHwbNgc=; b=Kr4WBLUIfpBF0YhR9VFAGV5cF4vjxSzLbJysMj1s1kg1pt6gDV7i2ww6Xxgvg2Okuh CNOFWQtaSSQsPA1wbUwGyD4TbzFJ/5zrywmIsw9HKB1E1HWj445YNZoCU5iKxlNA8fsT hteTiMycacJkHqMJMMWl/x+UvHxIy9oVJtmYU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=EOUw1nN9BGzSQmm8MjTucE5svWka31HG9wEb3ejYE7xRECcgtS79YNzVnmkXS2AZPF 9+R8HrVTxCzthONqk2cc+RoGPv13U8/u84hMSr59CUdhcz/R4l844Lt7GhktrlB3BQXe J8UGD//Q8S/QYqU5iQHNniyentETXkPaV0Ric= MIME-Version: 1.0 Received: by 10.236.139.170 with SMTP id c30mr1773285yhj.175.1305707652381; Wed, 18 May 2011 01:34:12 -0700 (PDT) Received: by 10.236.202.229 with HTTP; Wed, 18 May 2011 01:34:12 -0700 (PDT) Reply-To: simon.willnauer@gmail.com Date: Wed, 18 May 2011 10:34:12 +0200 Message-ID: Subject: Solr ByteUtils From: Simon Willnauer To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Hey there, I just ran into org.apache.solr.util.ByteUtils which seems pretty much like a duplication of UnicodeUtils in Lucene. I think we should get rid of it and merge what needs to be merged into UnicodeUtils. This utils class is really just doing unicode stuff. simon --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org