Unicode to Percent-encoding (UTF-8) command¶
Summary¶
Encodes the selected text to the percent-encoding using the UTF-8 encoding.
Description¶
Encodes the selected text to the percent-encoding using the UTF-8 encoding.
How to Run¶
Default Menu: Convert > Encode/Decode > Unicode to Percent-encoding (UTF-8)
All Commands: Convert > Encode/Decode > Unicode to Percent-encoding (UTF-8)
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_ENCODE_PERCENT_UTF8 (3857)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3857);
[VBScript]¶
editor.ExecuteCommandByID 3857