SourceRoot sourceRoot = new SourceRoot(projectRoot.resolve(root));
List
How to change encoding?
Ha, good question! You can't right now. If you want to do this anyway, make a copy of the source of the class and modify it for yourself.
I think the best way to implement this is to add a character set setting to ParserConfiguration...
Thank you for your cooperation