Committed. Thanks Dave!
-- Tom Jordahl Macromedia -----Original Message----- From: Dave Dunkin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 5:30 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] JavaUtils.xmlNameToJava() updates The following patch fixes a few cases that aren't mapped correctly: An identifier where the first character is a mark (e.g. "\u2160foo" maps to "\u2160Foo"). An identifier where the first character is a valid Java identifier start, but is puctuation (e.g. "_foo" maps to "foo"). It also handles identifiers that don't contain any characters that are valid in Java identifiers (e.g. "-").