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 jt...@apache.org on 2006/04/13 01:46:13 UTC

svn commit: r393662 - /db/derby/docs/branches/10.1/src/tools/rtoolsijcomref88554.dita

Author: jta
Date: Wed Apr 12 16:46:12 2006
New Revision: 393662

URL: http://svn.apache.org/viewcvs?rev=393662&view=rev
Log:
DERBY-542  Merging fix from trunk that updates Tools and Utilities Guide to 
document that NUMERIC and DECIMAL values are not localized on 
J2ME/CDC/Foundation Profile because of platform limitations. 

Patch by Jeff Levitt <de...@mylevita.com>.

Modified:
    db/derby/docs/branches/10.1/src/tools/rtoolsijcomref88554.dita

Modified: db/derby/docs/branches/10.1/src/tools/rtoolsijcomref88554.dita
URL: http://svn.apache.org/viewcvs/db/derby/docs/branches/10.1/src/tools/rtoolsijcomref88554.dita?rev=393662&r1=393661&r2=393662&view=diff
==============================================================================
--- db/derby/docs/branches/10.1/src/tools/rtoolsijcomref88554.dita (original)
+++ db/derby/docs/branches/10.1/src/tools/rtoolsijcomref88554.dita Wed Apr 12 16:46:12 2006
@@ -1,4 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "reference.dtd">
 <!-- 
 Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable.  
 
@@ -14,26 +16,21 @@
 See the License for the specific language governing permissions and  
 limitations under the License.
 -->
-<!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN" "../dtd/reference.dtd">
-<reference xml:lang="en-us" id="rtoolsijcomref88554">
+<reference id="rtoolsijcomref88554" xml:lang="en-us">
 <title>LocalizedDisplay</title>
 <prolog><metadata>
 <keywords><indexterm>LocalizedDisplay</indexterm><indexterm>Display<indexterm>localizing</indexterm></indexterm>
 </keywords>
-</metadata>
-</prolog><refbody>
-<refsyn><title>Syntax</title>
-<codeblock><b>LOCALIZEDDISPLAY { on | off }</b></codeblock>
-</refsyn>
-<section><title>Description</title>
-<p>Specifies to display locale-sensitive data (such as dates) in the native
-format for the <codeph>ij</codeph> locale. The <codeph>ij</codeph> locale is the same
-as the Java system locale. </p>
-</section>
-<example><title>Example</title>
-<p>The following demonstrates <i>LocalizedDisplay</i> in
-an English locale:</p>
-<codeblock><b>ij&gt; VALUES CURRENT_DATE;
+</metadata></prolog>
+<refbody>
+<refsyn><title>Syntax</title><codeblock><b>LOCALIZEDDISPLAY { on | off }</b></codeblock> </refsyn>
+<section><title>Description</title><p>Specifies to display locale-sensitive
+data (such as dates) in the native format for the <codeph>ij</codeph> locale.
+The <codeph>ij</codeph> locale is the same as the Java system locale.</p><note>NUMERIC
+and DECIMAL values are not localized when using the J2ME/CDC/Foundation Profile
+because of platform limitations.</note> </section>
+<example><title>Example</title><p>The following demonstrates <i>LocalizedDisplay</i> in
+an English locale:</p><codeblock><b>ij&gt; VALUES CURRENT_DATE;
 1
 ----------
 2000-05-01
@@ -43,5 +40,6 @@
 1
 ------------------
 May 1, 2000
-1 row selected</b></codeblock>
-</example></refbody></reference>
+1 row selected</b></codeblock> </example>
+</refbody>
+</reference>