Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 8492 invoked from network); 31 Jul 2010 10:24:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Jul 2010 10:24:08 -0000 Received: (qmail 37667 invoked by uid 500); 31 Jul 2010 10:24:08 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 37466 invoked by uid 500); 31 Jul 2010 10:24:05 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 37456 invoked by uid 99); 31 Jul 2010 10:24:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Jul 2010 10:24:03 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of smartlize@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-iw0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Jul 2010 10:23:57 +0000 Received: by iwn38 with SMTP id 38so2358475iwn.31 for ; Sat, 31 Jul 2010 03:23:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=vhrtgrrnakUrwUQWs2M94BuHcZFFDAQTdzcKL5R2QNM=; b=LzV/VSQIzxjg56csCuhraaeUyzQ1jKhM2JVVYJdxshQhe8mEm/otUHpzzeSoRNwc+k tsx1hJGwDlP3mfqLCVHA+N/+sBENDMcULy55d6uJ5IdZz5qdqFPebJ94IKvF1AjctTUc 1AB2rqP/S94Ck/TqTRnIel6ZRI3NA4gMtKcPI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=g+NNSIlbYXxzYB9lk3cw/lrwBCIVlz6aoxwe99cRoinkfUf6FKVu632Zedw+JIFzCe +X0aPJnzNy23Ig3RK+uz/iRn2nHV2New9WNm5zd/HPhZZYLabWBCG1OoIfyEX5dE6g8Z dkEiOei5koicSoAxhHxRyYUN0PxurmbCYgNyY= MIME-Version: 1.0 Received: by 10.231.146.136 with SMTP id h8mr3487488ibv.0.1280571816728; Sat, 31 Jul 2010 03:23:36 -0700 (PDT) Received: by 10.231.182.18 with HTTP; Sat, 31 Jul 2010 03:23:33 -0700 (PDT) Date: Sat, 31 Jul 2010 18:23:33 +0800 Message-ID: Subject: unsubscribe From: Michael Tsai To: derby-dev@db.apache.org Content-Type: multipart/alternative; boundary=0016e64757163ed82c048cac5c9f --0016e64757163ed82c048cac5c9f Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jul 20, 2010 at 8:29 AM, Kathey Marsden (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/DERBY-4746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890101#action_12890101] > > Kathey Marsden commented on DERBY-4746: > --------------------------------------- > > Hi Tiago, > > In Utf8CcsidManager.convertToJavaString I think it would be more efficient > to just use. > String(byte[] bytes, int offset, int length, Charset charset) > Constructs a new String by decoding the specified subarray of > bytes using the specified charset. > > Instead of creating a new byte array and copying into it. > > The rest looks good. > > > (Server) Implement UTF8 support on DRDA > > --------------------------------------- > > > > Key: DERBY-4746 > > URL: https://issues.apache.org/jira/browse/DERBY-4746 > > Project: Derby > > Issue Type: Sub-task > > Affects Versions: 10.7.0.0 > > Reporter: Tiago R. Espinha > > Assignee: Tiago R. Espinha > > Attachments: DERBY-4746.diff, DERBY-4746.diff > > > > > > I'm branching out this issue into server and client changes. Since the > changes are incremental and small, DERBY-728 would soon become confusing if > it had to bear the patches for both server and client. > > For future reference, some patches have actually been applied in > DERBY-728. These **ARE** also required for the server implementation. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > --0016e64757163ed82c048cac5c9f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Tue, Jul 20, 2010 at 8:29 AM, Kathey = Marsden (JIRA) <jir= a@apache.org> wrote:

=A0 =A0[ https://issues.= apache.org/jira/browse/DERBY-4746?page=3Dcom.atlassian.jira.plugin.system.i= ssuetabpanels:comment-tabpanel&focusedCommentId=3D12890101#action_12890= 101 ]

Kathey Marsden commented on DERBY-4746:
---------------------------------------

Hi Tiago,

In Utf8CcsidManager.convertToJavaString I think it would be more efficient = to just use.
String(byte[] bytes, int offset, int length, Charset charset)
=A0 =A0 =A0 =A0 =A0Constructs a new String by decoding the specified subar= ray of bytes using the specified charset.

Instead of creating a new byte array and copying into it.

The rest looks good.

> (Server) Implement UTF8 support on DRDA
> ---------------------------------------
>
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Key: DERBY-4746
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 URL: https://issues.apache.org/jir= a/browse/DERBY-4746
> =A0 =A0 =A0 =A0 =A0 =A0 Project: Derby
> =A0 =A0 =A0 =A0 =A0Issue Type: Sub-task
> =A0 =A0Affects Versions: 10.7.0.0
> =A0 =A0 =A0 =A0 =A0 =A0Reporter: Tiago R. Espinha
> =A0 =A0 =A0 =A0 =A0 =A0Assignee: Tiago R. Espinha
> =A0 =A0 =A0 =A0 Attachments: DERBY-4746.diff, DERBY-4746.diff
>
>
> I'm branching out this issue into server a= nd client changes. Since the changes are incremental and small, DERBY-728 w= ould soon become confusing if it had to bear the patches for both server an= d client.
> For future reference, some patches have actually been applied in DERBY= -728. These **ARE** also required for the server implementation.

--
This message is automatically gener= ated by JIRA.
-
You can reply to this email to add a comment to the issue online.


--0016e64757163ed82c048cac5c9f--