Reloads the current file using Unicode (UTF-16BE) encoding.
This command reloads the current file from the disk using Unicode (UTF-16BE) encoding. If the document is changed within EmEditor, the prompt message "Are you sure you want to abandon changes?" appears. Selecting Yes will abandon the changes without saving, and will reload the new contents. Selecting No will abort reloading and will allow you to continue editing the document.
•Default Menu: File > Reload > UTF-16BE
•All Commands: File > Reload > UTF-16BE
•Toolbar: (on the arrow) > UTF-16BE
•Status Bar: (double-click on Encodings) > UTF-16BE
•Default Shortcut Key: None
•EEID_FILE_RELOAD_UNICODE_BIGENDIAN (4261)
editor.ExecuteCommandByID(4261);
editor.ExecuteCommandByID 4261