editor.InsertTextW
From LuaFAR 3
editor.InsertTextW
Same as editor.InsertText but text should be encoded in UTF-16LE. If text argument does not have two zero bytes at the end, the function adds them, so the caller does not have to.
From LuaFAR 3
Same as editor.InsertText but text should be encoded in UTF-16LE. If text argument does not have two zero bytes at the end, the function adds them, so the caller does not have to.