svn commit: r14366 - trunk/src/app/src/org/argouml/language/java/generator/java.g

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-04-15 21:41:09-0700
New Revision: 14366

Modified:
   trunk/src/app/src/org/argouml/language/java/generator/java.g

Log:
Annotate our change to the grammar to support multinational characters

Modified: trunk/src/app/src/org/argouml/language/java/generator/java.g
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/language/java/generator/java.g?view=diff&rev=14366&p1=trunk/src/app/src/org/argouml/language/java/generator/java.g&p2=trunk/src/app/src/org/argouml/language/java/generator/java.g&r1=14365&r2=14366
==============================================================================
--- trunk/src/app/src/org/argouml/language/java/generator/java.g	(original)
+++ trunk/src/app/src/org/argouml/language/java/generator/java.g	2008-04-15 21:41:09-0700
@@ -1269,6 +1269,8 @@
 // if it's a literal or really an identifer
 IDENT
 	options {testLiterals=true;}
+	//	:	('a'..'z'|'A'..'Z'|'_'|'$') ('a'..'z'|'A'..'Z'|'_'|'0'..'9'|'$')*
+// Original grammar extended to support multinational characters
 	:	('a'..'z'|'A'..'Z'|'_'|'$'|'\u0080'..'\uFFFE') ('a'..'z'|'A'..'Z'|'_'|'0'..'9'|'$'|'\u0080'..'\uFFFE')*
 	;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.