Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 20519 invoked from network); 13 Jan 2011 21:19:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jan 2011 21:19:07 -0000 Received: (qmail 9874 invoked by uid 500); 13 Jan 2011 21:19:07 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 9840 invoked by uid 500); 13 Jan 2011 21:19:06 -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 9833 invoked by uid 99); 13 Jan 2011 21:19:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jan 2011 21:19:06 +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, 13 Jan 2011 21:19:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0DLIj22001199 for ; Thu, 13 Jan 2011 21:18:45 GMT Message-ID: <12627877.354171294953525782.JavaMail.jira@thor> Date: Thu, 13 Jan 2011 16:18:45 -0500 (EST) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4827) Modify the documentation for the 10.7 release regarding the UTF-8 CCSID manager 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-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-4827: ----------------------------- Component/s: Documentation > Modify the documentation for the 10.7 release regarding the UTF-8 CCSID manager > ------------------------------------------------------------------------------- > > Key: DERBY-4827 > URL: https://issues.apache.org/jira/browse/DERBY-4827 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.7.1.1 > Reporter: Tiago R. Espinha > Assignee: Kim Haase > Fix For: 10.7.1.1 > > Attachments: cadminappsclient.html, DERBY-4827.diff > > > With the introduction of UTF-8 support in the client driver (DERBY-728), the documentation regarding the length of the arguments (RDBNAM, USRID, etc) will become misleading. > On the list, Kathey has identified [1] one of such spots. Before releasing, we should try to find any other occurrences and fix them accordingly. Please note that the UTF-8 is a variable length encoding and as such, since we are maintaining the 255-byte length cap, the length in characters will now be variable. > Regular ASCII characters still take 1 byte, Latin and other extended characters take 2 bytes, Chinese characters take 3 bytes and some special characters take 4 bytes. [2] > [1] - http://old.nabble.com/Database-name-length-tt29691419.html > [2] - http://www.utf8-chartable.de/ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.