The current behavior of Java parser based on Passolo 2018 (18.0.97.0) is that the target file is generated in the following formats:
1. UTF-8 with BOM but non-ASCII characters are not escaped
2. ANSI or UTF-8 without BOM and non-ASCII characters are escaped
I would like to add a feature for Java parser to generate target files with escaped \uxxxx for all non-ASCII characters and also encoded as UTF-8 with BOM.