Fix config import with UTF-8

This commit is contained in:
2026-03-08 08:25:27 +01:00
parent 76acbe079e
commit a8e2f101df

View File

@@ -639,7 +639,7 @@
return; return;
} }
}; };
reader.readAsBinaryString(f); reader.readAsText(f, "UTF-8");
} }
ip.remove(); ip.remove();
}); });