Issue 1595: Unicode example needs fixing (java2idl-rtf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: Summary: The Unicode example given in the spec (5.2.4) is x\u22aBy javac diagnoses \u22aB as an invalid character in an identifier. A Java identifier may only consist of Unicode characters that denote a letter or a digit in a language. \u22aB (apparently) does not. Try \u03bC instead. According to 8.2.1 it"s a Greek mu. javac is happy with it. Proposed resolution: fix example Resolution: Revised Text: Actions taken: June 29, 1998: received issue February 23, 1999: closed issue Discussion: End of Annotations:===== Return-Path: Date: Mon, 29 Jun 1998 15:44:54 +0100 From: Simon Nash Reply-To: nash@hursley.ibm.com Organization: IBM To: java2idl-rtf@omg.org Cc: issues@omg.org Subject: Minor issues with Java to IDL mapping The following is a list of minor issues with the Java to IDL mapping spec. The numbers are historical and will be replaced by OMG issue numbers when these have been allocated. 7. The Unicode example given in the spec (5.2.4) is x\u22aBy javac diagnoses \u22aB as an invalid character in an identifier. A Java identifier may only consist of Unicode characters that denote a letter or a digit in a language. \u22aB (apparently) does not. Try \u03bC instead. According to 8.2.1 it's a Greek mu. javac is happy with it. Proposed resolution: fix example