Hello,

Make sure your file is stored using UTF-8 then open this file using the following snippet of code.



public String readUTF8FileAsString(final String filePath) {
try {
...