You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ad...@apache.org on 2005/02/04 17:56:14 UTC

svn commit: r151370 - incubator/directory/ldap/trunk/common/src/antlr/valuelexer.g

Author: adc
Date: Fri Feb  4 08:56:13 2005
New Revision: 151370

URL: http://svn.apache.org/viewcvs?view=rev&rev=151370
Log:
Increased character range that lexer could take.  Should critically review this in light of http://www.ietf.org/internet-drafts/draft-ietf-ldapbis-dn-15.txt

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

Modified: incubator/directory/ldap/trunk/common/src/antlr/valuelexer.g
URL: http://svn.apache.org/viewcvs/incubator/directory/ldap/trunk/common/src/antlr/valuelexer.g?view=diff&r1=151369&r2=151370
==============================================================================
--- incubator/directory/ldap/trunk/common/src/antlr/valuelexer.g (original)
+++ incubator/directory/ldap/trunk/common/src/antlr/valuelexer.g Fri Feb  4 08:56:13 2005
@@ -43,7 +43,7 @@
     caseSensitive = false ;
 	importVocab = DnCommon ;
 	exportVocab = antlrValue ;
-    charVocabulary = '\3' .. '\377' ;
+    charVocabulary = '\0' .. '\377' ;
 }
 {
     /** Constant referenced by type lexer for pushes */