I searched and couldn't find much about it. We need to provide the most general support for encodings and such and want to make sure ANTLR is going to be able to handle anything we throw at it.
Asked
Active
Viewed 234 times
2 Answers
3
Java VM uses 16 bit character encoding, so MBCS
streams must be converted as they are read into the VM. That's relatively independent of ANTLR
.

Marvin Pinto
- 30,138
- 7
- 37
- 54

artejera
- 1,346
- 1
- 11
- 19
0
There seems to be some talk about ANTLRInputStream on stackoverflow (found by looking at ANTLR + unicode in google). Is that enough support for multi-byte-character-set for you?

Community
- 1
- 1

Maarten Bodewes
- 90,524
- 13
- 150
- 263