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 ba...@apache.org on 2005/05/10 19:45:48 UTC

svn commit: r169502 - /incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master /incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13 /incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n /incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij /incubator/derby/code/trunk/java/tools/org/apache/derby/loc

Author: bandaram
Date: Tue May 10 10:45:47 2005
New Revision: 169502

URL: http://svn.apache.org/viewcvs?rev=169502&view=rev
Log:
Derby-263: Remove UNICODEESCAPE IJ option.

Submitted by Satheesh Bandaram (satheesh@sourcery.org)

Modified:
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/UnicodeEscape_JP.out
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/ij.out
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/UnicodeEscape_JP.sql
    incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Main.java
    incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ij.jj
    incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages.properties
    incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_de_DE.properties
    incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_es.properties
    incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_fr.properties
    incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_it.properties
    incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_ja_JP.properties
    incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_ko_KR.properties
    incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_pt_BR.properties
    incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_zh_CN.properties
    incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_zh_TW.properties

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/UnicodeEscape_JP.out
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/UnicodeEscape_JP.out?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/UnicodeEscape_JP.out (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/UnicodeEscape_JP.out Tue May 10 10:45:47 2005
@@ -2,7 +2,6 @@
 ERROR 42Y55: 'DROP TABLE' cannot be performed on 'JTEST' because it does not exist.
 ij> create table jtest(jint integer, jtime time, jvarchar varchar(255));
 0 rows inserted/updated/deleted
-ij> UNICODEESCAPE ON;
 ij> insert into jtest values(1,'15:32:06','\u30a4\u30d9\u30f3\u30c8\u30a2\u30e9\u30fc\u30e0\u304c\u6709\u52b9\u3067\u3059\u3002');
 1 row inserted/updated/deleted
 ij> insert into jtest values(2,'15:32:10','DR:DRAUTO\u306f0 (Off)\u3067\u3059\u3002');

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/ij.out
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/ij.out?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/ij.out (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/ij.out Tue May 10 10:45:47 2005
@@ -81,7 +81,6 @@
   GETCURRENTROWNUMBER name;    -- returns the row number for the current position of the named scroll cursor
                                -- (0 is returned when the cursor is not positioned on a row.) 
   CLOSE name;                  -- closes the named cursor
-  UNICODEESCAPE [ ON | OFF ]; -- sets unicode escape mode for the input stream
   LOCALIZEDDISPLAY [ ON | OFF ];
                                -- controls locale sensitive data representation
   EXIT;                        -- exits ij

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out Tue May 10 10:45:47 2005
@@ -81,7 +81,6 @@
   GETCURRENTROWNUMBER name;    -- returns the row number for the current position of the named scroll cursor
                                -- (0 is returned when the cursor is not positioned on a row.) 
   CLOSE name;                  -- closes the named cursor
-  UNICODEESCAPE [ ON | OFF ]; -- sets unicode escape mode for the input stream
   LOCALIZEDDISPLAY [ ON | OFF ];
                                -- controls locale sensitive data representation
   EXIT;                        -- exits ij

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/UnicodeEscape_JP.sql
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/UnicodeEscape_JP.sql?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/UnicodeEscape_JP.sql (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/UnicodeEscape_JP.sql Tue May 10 10:45:47 2005
@@ -1,6 +1,5 @@
 drop table jtest;
 create table jtest(jint integer, jtime time, jvarchar varchar(255));
-UNICODEESCAPE ON;
 insert into jtest values(1,'15:32:06','\u30a4\u30d9\u30f3\u30c8\u30a2\u30e9\u30fc\u30e0\u304c\u6709\u52b9\u3067\u3059\u3002');
 insert into jtest values(2,'15:32:10','DR:DRAUTO\u306f0 (Off)\u3067\u3059\u3002');
 insert into jtest values(3,'15:32:28','INFORMIX-OnLine\u304c\u521d\u671f\u5316\u3055\u308c\u3001\u30c7\u30a3\u30b9\u30af\u306e\u521d\u671f\u5316\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002');

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Main.java
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Main.java?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Main.java (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/Main.java Tue May 10 10:45:47 2005
@@ -85,7 +85,6 @@
 		String inputResourceName;
 		boolean gotProp;
 
-		String tmpUnicode = null;
 		Properties connAttributeDefaults = null;
 
 		// load the property file if specified
@@ -133,11 +132,6 @@
       		}
     	}
 
-		// set initial Unicode Escape Mode
-		tmpUnicode = util.getSystemProperty("ij.unicodeEscape");
-		if ((tmpUnicode != null) && tmpUnicode.toUpperCase(Locale.ENGLISH).equals("ON")) {
-			LocalizedResource.setUnicodeEscape(true);
-		} 
 		String outFile = util.getSystemProperty("ij.outfile");
 		if (outFile != null && outFile.length()>0) {
 			LocalizedOutput oldOut = out;

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ij.jj
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ij.jj?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ij.jj (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/impl/tools/ij/ij.jj Tue May 10 10:45:47 2005
@@ -610,7 +610,6 @@
 |	<SHOW: "show">
 |	<SHUTDOWN: "shutdown">
 |	<STATEMENT: "statement">
-|	<UNICODEESCAPE: "unicodeescape">
 |	<USER: "user">
 |	<USING: "using">
 |	<WAIT: "wait">
@@ -973,7 +972,6 @@
 |	r=RunStatement()	
 |	r=SetConnectionStatement()	
 |	r=ShowConnectionsStatement()	
-|	r=UnicodeEscape()
 |	r=WaitForStatement()	
 |	r=XA_DataSourceStatement()
 |	r=XA_ConnectStatement()
@@ -2146,28 +2144,6 @@
 }
 
 /**
- * Unicodeescape controls ASCII Unicode escape processing
- * <p>
- * Syntax:
- *   UNICODEESCAPE [ ON | OFF ] ;
- */
-ijResult UnicodeEscape()
-:
-{
- 	Token on=null;
-}
-{
-	<UNICODEESCAPE> 
-	( on=<ON>
-	| <OFF>
-	)
-	{
-		LocalizedResource.setUnicodeEscape((on==null?false:true));
-		return null;
-	}
-}
-
-/**
  * ReadOnly lets you control this aspect of the connection.
  * REMIND: should have a general way to set all connection attributes,
  * this is a shortcut for immediate needs.
@@ -3128,7 +3104,6 @@
 |	tok = <SHOW>
 |	tok = <SHUTDOWN>
 |	tok = <STATEMENT>
-|	tok = <UNICODEESCAPE>
 |	tok = <USER>
 |	tok = <USING>
 |	tok = <WAIT>

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages.properties?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages.properties (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages.properties Tue May 10 10:45:47 2005
@@ -87,7 +87,6 @@
 \  GETCURRENTROWNUMBER name;    -- returns the row number for the current position of the named scroll cursor\n\
 \                               -- (0 is returned when the cursor is not positioned on a row.) \n\
 \  CLOSE name;                  -- closes the named cursor\n\
-\  UNICODEESCAPE [ ON | OFF ]; -- sets unicode escape mode for the input stream\n\
 \  LOCALIZEDDISPLAY [ ON | OFF ];\n\
 \                               -- controls locale sensitive data representation\n\
 \ \n\

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_de_DE.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_de_DE.properties?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_de_DE.properties (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_de_DE.properties Tue May 10 10:45:47 2005
@@ -90,7 +90,6 @@
 \  GETCURRENTROWNUMBER Name;       -- gibt f\u00fcr die aktuelle Position des benannten Scroll-Cursors die Zeilennummer an\n\
 \                                  -- (Befindet sich der Cursor nicht in einer Zeile, wird 0 zur\u00fcckgegeben.) \n\
 \  CLOSE Name;                     -- schlie\u00dft den benannten Cursor\n\
-\  UNICODEESCAPE [ ON | OFF ];     -- definiert f\u00fcr den Eingabedatenstrom den Unicode-Escape-Modus\n\
 \  LOCALIZEDDISPLAY [ ON | OFF ];\n\
 \                                  -- steuert die Darstellung von Daten, die von der L\u00e4ndereinstellung abh\u00e4ngen\n\
 \ \n\

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_es.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_es.properties?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_es.properties (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_es.properties Tue May 10 10:45:47 2005
@@ -93,7 +93,6 @@
 \  GETCURRENTROWNUMBER nombre;  -- devuelve el n\u00famero de fila de la posici\u00f3n actual del cursor de desplazamiento indicado\n\
 \                               -- (devuelve 0 cuando el cursor no est\u00e1 situado en una fila)\n\
 \  CLOSE nombre;                -- cierra el cursor indicado\n\
-\  UNICODEESCAPE [ ON | OFF ];  -- establece la modalidad de escape unicode para la corriente de entrada\n\
 \  LOCALIZEDDISPLAY [ ON | OFF ];\n\
 \                               -- controla la representaci\u00f3n de datos sensible al entorno local\n\
 \ \n\

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_fr.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_fr.properties?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_fr.properties (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_fr.properties Tue May 10 10:45:47 2005
@@ -90,7 +90,6 @@
 \  GETCURRENTROWNUMBER name;    -- renvoie le num\u00e9ro de ligne pour la position en cours du curseur de d\u00e9filement nomm\u00e9\n\
 \                               -- (0 est renvoy\u00e9 lorsque le curseur n'est pas positionn\u00e9 sur une ligne.) \n\
 \  CLOSE name;                  -- ferme le curseur nomm\u00e9\n\
-\  UNICODEESCAPE [ ON | OFF ]; -- d\u00e9finit le mode d'\u00e9chappement unicode pour le flux en entr\u00e9e\n\
 \  LOCALIZEDDISPLAY [ ON | OFF ];\n\
 \                               -- contr\u00f4le la repr\u00e9sentation des donn\u00e9es li\u00e9es \u00e0 l'environnement local\n\
 \ \n\

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_it.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_it.properties?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_it.properties (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_it.properties Tue May 10 10:45:47 2005
@@ -90,7 +90,6 @@
 \  GETCURRENTROWNUMBER name;    -- restituisce il numero di righe per la posizione corrente del cursore di scorrimento denominato\n\
 \                               -- (quando il cursore non \u00e8 posizionato su una riga viene restituito 0.) \n\
 \  CLOSE name;                  -- chiude il cursore denominato\n\
-\  UNICODEESCAPE [ ON | OFF ]; -- imposta la modalit\u00e0 unicode escape per il flusso di input\n\
 \  LOCALIZEDDISPLAY [ ON | OFF ];\n\
 \                               -- controlla la rappresentazione dei dati sensibile alle impostazioni internazionali\n\
 \ \n\

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_ja_JP.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_ja_JP.properties?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_ja_JP.properties (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_ja_JP.properties Tue May 10 10:45:47 2005
@@ -90,7 +90,6 @@
 \  GETCURRENTROWNUMBER name;    -- \u6307\u5b9a\u3057\u305f\u30b9\u30af\u30ed\u30fc\u30eb\u30fb\u30ab\u30fc\u30bd\u30eb\u306e\u73fe\u884c\u4f4d\u7f6e\u306e\u884c\u756a\u53f7\u3092\u623b\u3059\n\
 \                               -- (\u30ab\u30fc\u30bd\u30eb\u304c\u884c\u306b\u4f4d\u7f6e\u4ed8\u3051\u3089\u308c\u3066\u3044\u306a\u3044\u3068\u30010 \u304c\u623b\u3055\u308c\u307e\u3059\u3002) \n\
 \  CLOSE name;                  -- \u6307\u5b9a\u3057\u305f\u30ab\u30fc\u30bd\u30eb\u3092\u30af\u30ed\u30fc\u30ba\u3059\u308b\n\
-\  UNICODEESCAPE [ ON | OFF ];  -- \u5165\u529b\u30b9\u30c8\u30ea\u30fc\u30e0\u306b\u5bfe\u3057\u3066\u30e6\u30cb\u30b3\u30fc\u30c9\u30fb\u30a8\u30b9\u30b1\u30fc\u30d7\u30fb\u30e2\u30fc\u30c9\u3092\u8a2d\u5b9a\u3059\u308b\n\
 \  LOCALIZEDDISPLAY [ ON | OFF ];\n\
 \                               -- \u30ed\u30b1\u30fc\u30eb\u4f9d\u5b58\u30c7\u30fc\u30bf\u306e\u8868\u8a18\u3092\u5236\u5fa1\u3059\u308b\n\
 \ \n\

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_ko_KR.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_ko_KR.properties?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_ko_KR.properties (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_ko_KR.properties Tue May 10 10:45:47 2005
@@ -90,7 +90,6 @@
 \  GETCURRENTROWNUMBER name;    -- \uc774\ub984 \uc9c0\uc815\ub41c \ud654\uba74\uc774\ub3d9 \ucee4\uc11c\uc758 \ud604\uc7ac \uc704\uce58\uc5d0 \ub300\ud55c \ud589 \ubc88\ud638\ub97c \ub9ac\ud134\ud569\ub2c8\ub2e4.\n\
 \                               -- (\ucee4\uc11c\uac00 \ud589\uc5d0 \uc788\uc9c0 \uc54a\uc73c\uba74 0\uc774\ub9ac\ud134\ub429\ub2c8\ub2e4.) \n\
 \  CLOSE name;                  -- \uc774\ub984 \uc9c0\uc815\ub41c \ucee4\uc11c\ub97c \ub2eb\uc2b5\ub2c8\ub2e4.\n\
-\  UNICODEESCAPE [ ON | OFF ]; -- \uc785\ub825 \uc2a4\ud2b8\ub9bc\uc5d0 \ub300\ud55c \uc720\ub2c8\ucf54\ub4dc \ud574\uc81c \ubaa8\ub4dc\ub97c \uc124\uc815\ud569\ub2c8\ub2e4.\n\
 \  LOCALIZEDDISPLAY [ ON | OFF ];\n\
 \                               -- \ub85c\ucf00\uc77c \uad6c\ubd84 \ub370\uc774\ud130 \ud45c\uc2dc\ub97c \uc81c\uc5b4\ud569\ub2c8\ub2e4.\n\
 \ \n\

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_pt_BR.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_pt_BR.properties?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_pt_BR.properties (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_pt_BR.properties Tue May 10 10:45:47 2005
@@ -87,7 +87,6 @@
 \  GETCURRENTROWNUMBER name;    -- retorna o n\u00famero de linhas \u00e0 posi\u00e7\u00e3o atual do cursor de rolagem nomeado\n\
 \                               -- (0 \u00e9 retornado quando o cursor n\u00e3o est\u00e1 posicionado em uma linha.) \n\
 \  CLOSE name;                  -- fecha o cursor nomeado\n\
-\  UNICODEESCAPE [ ON | OFF ]; -- define o modo de escape unicode para o fluxo de entrada\n\
 \  LOCALIZEDDISPLAY [ ON | OFF ];\n\
 \                               -- controla a representa\u00e7\u00e3o de dados sens\u00edveis a locale\n\
 \ \n\

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_zh_CN.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_zh_CN.properties?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_zh_CN.properties (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_zh_CN.properties Tue May 10 10:45:47 2005
@@ -90,7 +90,6 @@
 \  GETCURRENTROWNUMBER name;    \uff0d \u8fd4\u56de\u547d\u540d\u6eda\u52a8\u6e38\u6807\u5f53\u524d\u4f4d\u7f6e\u7684\u884c\u53f7\n\
 \                               \uff0d\uff08\u5f53\u6e38\u6807\u7684\u4f4d\u7f6e\u4e0d\u5728\u4e00\u4e2a\u884c\u4e0a\u65f6\u8fd4\u56de 0\u3002\uff09\n\
 \  CLOSE name;                  \uff0d \u5173\u95ed\u5df2\u547d\u540d\u7684\u6e38\u6807\n\
-\  UNICODEESCAPE [ ON | OFF ];  \uff0d \u5bf9\u8f93\u5165\u6d41\u8bbe\u7f6e unicode \u8f6c\u4e49\u65b9\u5f0f\n\
 \  LOCALIZEDDISPLAY [ ON | OFF ];\n\
 \                               \uff0d \u63a7\u5236\u8bed\u8a00\u73af\u5883\u654f\u611f\u6570\u636e\u8868\u793a\u6cd5\n\
 \ \n\

Modified: incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_zh_TW.properties
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_zh_TW.properties?rev=169502&r1=169501&r2=169502&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_zh_TW.properties (original)
+++ incubator/derby/code/trunk/java/tools/org/apache/derby/loc/toolsmessages_zh_TW.properties Tue May 10 10:45:47 2005
@@ -90,7 +90,6 @@
 \  GETCURRENTROWNUMBER name;    -- \u50b3\u56de\u5177\u540d\u6372\u52d5\u6e38\u6a19\u76ee\u524d\u4f4d\u7f6e\u7684\u5217\u865f\n\
 \                               --\uff08\u7576\u6e38\u6a19\u4e0d\u5728\u5217\u4e0a\uff0c\u6703\u50b3\u56de 0\u3002\uff09\n\
 \  CLOSE name;                  -- \u95dc\u9589\u5177\u540d\u6e38\u6a19\n\
-\  UNICODEESCAPE [ ON | OFF ]; -- \u8a2d\u5b9a\u8f38\u5165\u4e32\u6d41\u7684 Unicode \u8df3\u51fa\u6a21\u5f0f\n\
 \  LOCALIZEDDISPLAY [ ON | OFF ];\n\
 \                               -- \u63a7\u5236\u80fd\u5340\u5206\u8a9e\u8a00\u74b0\u5883\u7684\u8cc7\u6599\u8868\u793a\u6cd5\n\
 \ \n\