[antlr-interest] Problem parsing unit symbols

Jim Idle jimi at temporal-wave.com
Fri Nov 6 09:57:02 PST 2009


 
> > Also, either make sure that the file does not contain an initial BOM
> > (Byte Order Mark, \uFFEF), or match that character in your grammar.
> 
> How can I see that such a thing is present in a file? Is there an
> editor
> or viewer or something like that that can assist me in this?
> 

http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm

Java will take care of some encodings automatically - read the docs for java IO.

Jim







More information about the antlr-interest mailing list