Skip to content

Commit 886b72c

Browse files
committed
switch to unicode parsing
1 parent da1e319 commit 886b72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/javacc/net/sf/jsqlparser/parser/JSqlParserCC.jj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ options{
2727
// DEBUG_LOOKAHEAD=true ;
2828
// FORCE_LA_CHECK=true;
2929
// DEBUG_TOKEN_MANAGER=true;
30-
// UNICODE_INPUT=true;
30+
UNICODE_INPUT=true;
3131
}
3232

3333
PARSER_BEGIN(CCJSqlParser)

0 commit comments

Comments
 (0)