Close
jGuru Forums
Expand All | Collapse All
How to include chinese characters in the tokens se... srikanthWed Jun 27, 2012 04:33 AM
I have a raw data file which has chinese content to be processed using .g file of antlr. Can any one help me how to define grammar rules for supporting chinese characters in .g file of antlr?
Report | Quote This | Reply | Print
Can't you provide this characters by '\uxxxx' (Uni...
Can't you provide this characters by '\uxxxx' (Unicode notation)? Regards, Franz
...