Byte Order Mark in java file
Answered
Hi,
I am working with Codegym course plugin in Intellij IDEA, In some exercises the BOM mark appears at the very beginning of the file, It's invisible and I cant delete it. I am getting these errors:
Error:(1, 1) java: illegal character: '\ufeff'
Error:(1, 10) java: class, interface, or enum expected
Is there any way to Delete BOM mark from the file?

Please sign in to leave a comment.
Have you tried "File | Remove BOM"?
I didnt noticed there is such option, thanks :)
Thanks for this quick-fix!