Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-164

unicodeEscape command in ij doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 10.0.2.1
    • 10.1.1.0
    • Documentation, Localization
    • None
    • Java Version: 1.4.2_03
      Java Vendor: Sun Microsystems Inc.
      OS name: Windows XP
      OS architecture: x86
      OS version: 5.1

    Description

      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.

      Attachments

        1. derby164.diff
          8 kB
          Jeff Levitt

        Activity

          People

            Unassigned Unassigned
            ramon Ramon Liu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: