Documentation

edit.encoding

This option enables you to force a specific encoding when editing text files. This can be either "utf-8" or "iso-8859-1".

$moxieManagerConfig['edit.encoding'] = "utf-8";
<add key="edit.encoding" value="utf-8" />