obj = document.Config;
scfg = obj.FileSave;
scfg.PromptUnicode = false;
scfg.Encoding = 28592;
document.Save("123");
text
一二三
The editor still propmt me the dialog “This document contains characters which will be lost if you save this
document as the selected encoding for saving.”.
I found “document.Config.FileSave.PromptUnicode = false” can not change the value.