Fixed CS_UNICODE_ESCAPE = true;
This commit is contained in:
@@ -272,7 +272,7 @@ public class ParseGen extends CSJavaCCGlobals implements CSJavaCCParserConstants
|
||||
ostr.println(" jj_initialized_once = true;");
|
||||
}
|
||||
if (Options.getCSUnicodeEscape()) {
|
||||
ostr.println(" jj_input_stream = new JavaCharStream(stream, 1, 1);");
|
||||
ostr.println(" jj_input_stream = new CSCharStream(stream, 1, 1);");
|
||||
} else {
|
||||
ostr.println(" jj_input_stream = new SimpleCharStream(stream, 1, 1);");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user