You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Ramon Liu (JIRA)" <de...@db.apache.org> on 2005/03/07 07:14:53 UTC

[jira] Created: (DERBY-164) unicodeEscape command in ij doesn't work

unicodeEscape command in ij doesn't work
----------------------------------------

         Key: DERBY-164
         URL: http://issues.apache.org/jira/browse/DERBY-164
     Project: Derby
        Type: Bug
  Components: Tools  
    Versions: 10.0.2.1    
 Environment: Java Version:    1.4.2_03
Java Vendor:     Sun Microsystems Inc.
OS name:         Windows XP
OS architecture: x86
OS version:      5.1
    Reporter: Ramon Liu


According to the document about ij:
Use unicodeEscape command during an ij session to allow unicode escape sequences as input characters during the ij session. By default, unicodeEscape is set to 'off' (ij does not accept unicode escape characters).

ij> unicodeescape on;
ij> VALUES '\u00f1';
1
-
ñ
ij> unicodeescape off;
ij> VALUES '\u00f1';
1
------
\u00f1


BUT, now, this command doesn't work. Neither unicodeescape is set to on nor off, '\u00f1' is displayed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-164) unicodeEscape command in ij doesn't work

Posted by "Jeff Levitt (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-164?page=all ]

Jeff Levitt updated DERBY-164:
------------------------------

    Attachment: derby164.diff

This derby164.diff patch removes rtoolsijpropref62800.dita (ij.unicodeEscape page) as well as rtoolsijcomref76590.dita (unicodeEscape page), both from the Tools and Utilities Guide.  It also removes unicodeEscape from an example in rtoolsijpropref97949.dita (derby.ui.codeset) as well as any links to the removed dita files.

> unicodeEscape command in ij doesn't work
> ----------------------------------------
>
>          Key: DERBY-164
>          URL: http://issues.apache.org/jira/browse/DERBY-164
>      Project: Derby
>         Type: Bug
>   Components: Documentation, Localization
>     Versions: 10.0.2.1
>  Environment: Java Version:    1.4.2_03
> Java Vendor:     Sun Microsystems Inc.
> OS name:         Windows XP
> OS architecture: x86
> OS version:      5.1
>     Reporter: Ramon Liu
>  Attachments: derby164.diff
>
> According to the document about ij:
> Use unicodeEscape command during an ij session to allow unicode escape sequences as input characters during the ij session. By default, unicodeEscape is set to 'off' (ij does not accept unicode escape characters).
> ij> unicodeescape on;
> ij> VALUES '\u00f1';
> 1
> -
> ñ
> ij> unicodeescape off;
> ij> VALUES '\u00f1';
> 1
> ------
> \u00f1
> BUT, now, this command doesn't work. Neither unicodeescape is set to on nor off, '\u00f1' is displayed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


RE: [jira] Created: (DERBY-164) unicodeEscape command in ij doesn't work

Posted by ramon <mu...@gmail.com>.
Is there anyone fixing this bug?


-----Original Message-----
From: Ramon Liu (JIRA) [mailto:derby-dev@db.apache.org] 
Sent: 2005年3月7日 14:15
To: derby-dev@db.apache.org
Subject: [jira] Created: (DERBY-164) unicodeEscape command in ij doesn't work

unicodeEscape command in ij doesn't work
----------------------------------------

         Key: DERBY-164
         URL: http://issues.apache.org/jira/browse/DERBY-164
     Project: Derby
        Type: Bug
  Components: Tools  
    Versions: 10.0.2.1    
 Environment: Java Version:    1.4.2_03
Java Vendor:     Sun Microsystems Inc.
OS name:         Windows XP
OS architecture: x86
OS version:      5.1
    Reporter: Ramon Liu


According to the document about ij:
Use unicodeEscape command during an ij session to allow unicode escape sequences as input characters during the ij session. By default, unicodeEscape is set to 'off' (ij does not accept unicode escape characters).

ij> unicodeescape on;
ij> VALUES '\u00f1';
1
-
ñ
ij> unicodeescape off;
ij> VALUES '\u00f1';
1
------
\u00f1


BUT, now, this command doesn't work. Neither unicodeescape is set to on nor off, '\u00f1' is displayed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



[jira] Updated: (DERBY-164) unicodeEscape command in ij doesn't work

Posted by "Satheesh Bandaram (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-164?page=history ]

Satheesh Bandaram updated DERBY-164:
------------------------------------

    Component: Documentation
               Localization
                   (was: Tools)

I think Derby doesn't support unicodeEscaping. Need to change documentation to reflect that and also remove the unicodeescape IJ setting.

> unicodeEscape command in ij doesn't work
> ----------------------------------------
>
>          Key: DERBY-164
>          URL: http://issues.apache.org/jira/browse/DERBY-164
>      Project: Derby
>         Type: Bug
>   Components: Documentation, Localization
>     Versions: 10.0.2.1
>  Environment: Java Version:    1.4.2_03
> Java Vendor:     Sun Microsystems Inc.
> OS name:         Windows XP
> OS architecture: x86
> OS version:      5.1
>     Reporter: Ramon Liu

>
> According to the document about ij:
> Use unicodeEscape command during an ij session to allow unicode escape sequences as input characters during the ij session. By default, unicodeEscape is set to 'off' (ij does not accept unicode escape characters).
> ij> unicodeescape on;
> ij> VALUES '\u00f1';
> 1
> -
> ñ
> ij> unicodeescape off;
> ij> VALUES '\u00f1';
> 1
> ------
> \u00f1
> BUT, now, this command doesn't work. Neither unicodeescape is set to on nor off, '\u00f1' is displayed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-164) unicodeEscape command in ij doesn't work

Posted by "Jeff Levitt (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-164?page=all ]
     
Jeff Levitt closed DERBY-164:
-----------------------------


Fixed in 10.1.0.0

> unicodeEscape command in ij doesn't work
> ----------------------------------------
>
>          Key: DERBY-164
>          URL: http://issues.apache.org/jira/browse/DERBY-164
>      Project: Derby
>         Type: Bug
>   Components: Localization, Documentation
>     Versions: 10.0.2.1
>  Environment: Java Version:    1.4.2_03
> Java Vendor:     Sun Microsystems Inc.
> OS name:         Windows XP
> OS architecture: x86
> OS version:      5.1
>     Reporter: Ramon Liu
>      Fix For: 10.1.0.0
>  Attachments: derby164.diff
>
> According to the document about ij:
> Use unicodeEscape command during an ij session to allow unicode escape sequences as input characters during the ij session. By default, unicodeEscape is set to 'off' (ij does not accept unicode escape characters).
> ij> unicodeescape on;
> ij> VALUES '\u00f1';
> 1
> -
> ñ
> ij> unicodeescape off;
> ij> VALUES '\u00f1';
> 1
> ------
> \u00f1
> BUT, now, this command doesn't work. Neither unicodeescape is set to on nor off, '\u00f1' is displayed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DERBY-164) unicodeEscape command in ij doesn't work

Posted by "Jean T. Anderson (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-164?page=all ]
     
Jean T. Anderson resolved DERBY-164:
------------------------------------

     Resolution: Fixed
    Fix Version: 10.1.0.0

Patch committed revision 169667.

> unicodeEscape command in ij doesn't work
> ----------------------------------------
>
>          Key: DERBY-164
>          URL: http://issues.apache.org/jira/browse/DERBY-164
>      Project: Derby
>         Type: Bug
>   Components: Documentation, Localization
>     Versions: 10.0.2.1
>  Environment: Java Version:    1.4.2_03
> Java Vendor:     Sun Microsystems Inc.
> OS name:         Windows XP
> OS architecture: x86
> OS version:      5.1
>     Reporter: Ramon Liu
>      Fix For: 10.1.0.0
>  Attachments: derby164.diff
>
> According to the document about ij:
> Use unicodeEscape command during an ij session to allow unicode escape sequences as input characters during the ij session. By default, unicodeEscape is set to 'off' (ij does not accept unicode escape characters).
> ij> unicodeescape on;
> ij> VALUES '\u00f1';
> 1
> -
> ñ
> ij> unicodeescape off;
> ij> VALUES '\u00f1';
> 1
> ------
> \u00f1
> BUT, now, this command doesn't work. Neither unicodeescape is set to on nor off, '\u00f1' is displayed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira