Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.0.2.1
-
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.