You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2010/10/04 15:33:12 UTC

svn commit: r1004232 - /db/derby/docs/trunk/src/adminguide/cadminappsclient.dita

Author: chaase3
Date: Mon Oct  4 13:33:12 2010
New Revision: 1004232

URL: http://svn.apache.org/viewvc?rev=1004232&view=rev
Log:
DERBY-4827: Modify the documentation for the 10.7 release regarding the UTF-8 CCSID manager

Modified to point out variable byte length of UTF-8 characters. 

Patches: DERBY-4827.diff

Modified:
    db/derby/docs/trunk/src/adminguide/cadminappsclient.dita

Modified: db/derby/docs/trunk/src/adminguide/cadminappsclient.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/cadminappsclient.dita?rev=1004232&r1=1004231&r2=1004232&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/cadminappsclient.dita (original)
+++ db/derby/docs/trunk/src/adminguide/cadminappsclient.dita Mon Oct  4 13:33:12 2010
@@ -40,12 +40,13 @@ client attribute.</p>
 <ph conref="../conrefs.dita#pub/citdevelop"></ph>.</p>
 <p>
 For both driver and DataSource access, the database name (including path), 
-user, password  and other attribute values must consist of single-byte 
-characters that can be converted to EBCDIC.  The total byte length of the 
-database name plus attributes when converted to EBCDIC must not exceed 255 
-bytes. You may be able to work around this restriction for long paths or 
+user, password  and other attribute values must consist of
+characters that can be converted to UTF-8.  The total byte length of the 
+database name plus attributes when converted to UTF-8 must not exceed 255 
+bytes; keep in mind that in UTF-8, a character may occupy from 1 to 4 bytes.
+You may be able to work around this restriction for long paths or 
 paths that include multibyte characters by setting the 
-<codeph>derby.system.home</codeph> system property when starting Network 
+<codeph>derby.system.home</codeph> system property when starting the Network 
 Server and accessing the database with a relative path that is shorter and 
 does not include multibyte characters.
 </p>