Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 19673 invoked from network); 2 Sep 2010 02:07:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 02:07:15 -0000 Received: (qmail 61001 invoked by uid 500); 2 Sep 2010 02:07:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 60988 invoked by uid 500); 2 Sep 2010 02:07:14 -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 60981 invoked by uid 99); 2 Sep 2010 02:07:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 02:07:14 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 02:07:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8226rYN029720 for ; Thu, 2 Sep 2010 02:06:54 GMT Message-ID: <26239503.131211283393213754.JavaMail.jira@thor> Date: Wed, 1 Sep 2010 22:06:53 -0400 (EDT) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4757) (Client) Implement UTF8 support on DRDA In-Reply-To: <9588177.88361280500516722.JavaMail.jira@thor> 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/DERBY-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905375#action_12905375 ] Bryan Pendleton commented on DERBY-4757: ---------------------------------------- The change looks clean to me, thanks very much for the detailed description! The only part of the patch that I didn't understand was this: @@ -355,7 +359,7 @@ // support. the size will have ben previously checked so at this point just // write the data and pad with the correct number of bytes as needed. // this instance variable is always required. - buildRDBNAM(rdbnam,false); + buildRDBNAM(rdbnam,true); // the rdb access manager class specifies an instance of the SQLAM // that accesses the RDB. the sqlam manager class codepoint Can you clarify the purpose of this change? Thanks! > (Client) Implement UTF8 support on DRDA > --------------------------------------- > > Key: DERBY-4757 > URL: https://issues.apache.org/jira/browse/DERBY-4757 > Project: Derby > Issue Type: Sub-task > Components: Network Client > Affects Versions: 10.7.0.0 > Reporter: Tiago R. Espinha > Assignee: Tiago R. Espinha > Attachments: DERBY-4757_donotcommit.diff, DERBY-4757_p1.diff, DERBY-4757_p2.diff, DERBY-4757_p3.diff > > > This issue is DERBY-4746's counterpart for the client changes required to implement UTF8 support in DRDA. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.