We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\"[\u0000-\U10FFFF]*\" { printf("line%d type:STRING,value:%s\n", yylineno, yytext); }
input :"A" output:line1 type:STRING,value:"A"
input:"你好" but nothing is output
The text was updated successfully, but these errors were encountered:
It's articulated here much more nicely than i could do so myself: https://stackoverflow.com/questions/9611682/flexlexer-support-for-unicode Would you please close this ticket?
Sorry, something went wrong.
No branches or pull requests
input :"A"
output:line1 type:STRING,value:"A"
input:"你好"
but nothing is output
The text was updated successfully, but these errors were encountered: