You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by vi...@apache.org on 2012/06/25 12:53:25 UTC

svn commit: r1353453 - /incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main/javacc/xquery-grammar.jj

Author: vinayakb
Date: Mon Jun 25 10:53:24 2012
New Revision: 1353453

URL: http://svn.apache.org/viewvc?rev=1353453&view=rev
Log:
Added unicode support to parser

Modified:
    incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main/javacc/xquery-grammar.jj

Modified: incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main/javacc/xquery-grammar.jj
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main/javacc/xquery-grammar.jj?rev=1353453&r1=1353452&r2=1353453&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main/javacc/xquery-grammar.jj (original)
+++ incubator/vxquery/branches/vxquery_algebricks/vxquery-core/src/main/javacc/xquery-grammar.jj Mon Jun 25 10:53:24 2012
@@ -17,6 +17,7 @@
 options {
     STATIC = false;
     FORCE_LA_CHECK=false;
+    UNICODE_INPUT=true;
 }