You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/10/15 17:37:34 UTC

svn commit: r321354 - /directory/shared/ldap/trunk/common/src/antlr/valuelexer.g

Author: elecharny
Date: Sat Oct 15 08:37:31 2005
New Revision: 321354

URL: http://svn.apache.org/viewcvs?rev=321354&view=rev
Log:
- changed the charVocabulary option te be able to deal with Unicode chars and not only ASCII

Modified:
    directory/shared/ldap/trunk/common/src/antlr/valuelexer.g

Modified: directory/shared/ldap/trunk/common/src/antlr/valuelexer.g
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/common/src/antlr/valuelexer.g?rev=321354&r1=321353&r2=321354&view=diff
==============================================================================
--- directory/shared/ldap/trunk/common/src/antlr/valuelexer.g (original)
+++ directory/shared/ldap/trunk/common/src/antlr/valuelexer.g Sat Oct 15 08:37:31 2005
@@ -43,7 +43,7 @@
     caseSensitive = false ;
 	importVocab = DnCommon ;
 	exportVocab = antlrValue ;
-    charVocabulary = '\0' .. '\377' ;
+    charVocabulary = '\u0000'..'\uFFFE'; //'\0' .. '\377' ;
 }
 {
     /** Constant referenced by type lexer for pushes */