static NanoHTTPD.Response serveTextFileAsUTF8(File file) { if (!isFile(file)) ret serve404(); ret serveFile(file, "text/plain; charset=utf8"); }