Switch to Unicode parsing.

This commit is contained in:
James Roseborough
2010-07-23 00:39:27 +00:00
parent 6bf647ff37
commit 6f01f9784a
2 changed files with 31 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ options {
STATIC = false;
JDK_VERSION = "1.3";
ERROR_REPORTING = false;
UNICODE_INPUT = true;
DEBUG_LOOKAHEAD = false;
DEBUG_PARSER = false;
DEBUG_TOKEN_MANAGER = false;